Html Css Color HEX #3FDEE9 Turquoise

📋 copy color: '#3FDEE9'

red 63 ◦ green 222 ◦ blue 233

#3FDEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3FDEE9

Tints of Turquoise #3FDEE9

RGB

 RED value IS 63 (25% from 255) = 12.16%

 GREEN value IS 222 (87.11% from 255) = 42.86%

 BLUE value IS 233 (91.41% from 255) = 44.98%

R = 12.16%
G = 42.86%
B = 44.98%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3FDEE9 (or 0x3FDEE9) is known color: Turquoise. HEX triplet: 3F, DE and E9. RGB value is (63,222,233). Sum of RGB (Red+Green+Blue) = 63+222+233=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #3FDEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDEE9 is #C02116. Grayscale: #AFAFAF. Windows color (decimal): -12591383 or 15326783. OLE color: 15326783.

HSL color Cylindrical-coordinate representation of color #3FDEE9: hue angle of 183.88º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDEE9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 222 233 -
CMYK 0.73 0.05 0 0.09
HSL 183.88º 0.79% 0.58% -
HSV(B) 183.88º 0.73% 0.91% -
XYZ 42.88 59.18 86.25 -
YUV 175.71 160.32 47.61 -
System Red Green Blue C M Y K H S L
Decimal 63 222 233 0.73 0.05 0 0.09 183.88 0.79 0.58
Hex 3F DE E9 49 5 0 9 B8 4F 3A
Octal 77 336 351 111 5 0 11 270 117 72
Binary 111111 11011110 11101001 1001001 101 0 1001 10111000 1001111 111010

Color Harmonies of #3FDEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDEE9

Black with #3FDEE9

Text Example


Text Example

White with #3FDEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,222,233); }

 H1.HeaderClassName
 {
   color: #3FDEE9;
 }
 .AnyTagClassName
 {
   color: #3FDEE9;
 }
</style>

background-color css

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

 a { background-color: rgb(63,222,233); }

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

border-color css

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

 span { border-color: rgb(63,222,233); }

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