#3DEFF8

Color #3DEFF8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3DEFF8

Tints of Turquoise #3DEFF8

Color information

#3DEFF8 (or 0x3DEFF8) is unknown color: approx Turquoise. HEX triplet: 3D, EF and F8. RGB value is (61,239,248). Sum of RGB (Red+Green+Blue) = 61+239+248=548 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.13% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DEFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEFF8 is #C21007. Grayscale: #BABABA. Windows color (decimal): -12718088 or 16314173. OLE color: 16314173.

HSL color Cylindrical-coordinate representation of color #3DEFF8: hue angle of 182.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DEFF8 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB61239248-
CMYK0.750.0400.03
HSL182.89º93.03%60.59%-
HSV(B)182.89º75.4%97.25%-
XYZ49.7369.599.6-
YUV186.8162.5338.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 11.13%
GREEN value IS 239 (93.75% from 255) = 43.61%
BLUE value IS 248 (97.27% from 255) = 45.26%
R=11.13%
G=43.61%
B=45.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612392480.750.0400.03182.8993.0360.59
Hex3DEFF84B403b75d3d
Octal7535737011340326713575
Binary11110111101111111110001001011100011101101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DEFF8; }

 p { color: rgb(61,239,248); }

 H1.HeaderClassName
 {
   color: #3DEFF8;
 }
 .AnyTagClassName
 {
   color: #3DEFF8;
 }
</style>
background-color css

<style>
 a { background-color: #3DEFF8; }

 a { background-color: rgb(61,239,248); }

 div.DivClassName
 {
   background-color: #3DEFF8;
 }
 .BgClassName
 {
   background-color: #3DEFF8;
 }
</style>
border-color css

<style>
 span { border-color: #3DEFF8; }

 span { border-color: rgb(61,239,248); }

 td.TdClassName
 {
   border-color: #3DEFF8;
 }
 .TagClassName
 {
   border-color: #3DEFF8;
 }
</style>