Html Css Color HEX #3FDEEF Turquoise

📋 copy color: '#3FDEEF'

red 63 ◦ green 222 ◦ blue 239

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

Shades of Turquoise #3FDEEF

Tints of Turquoise #3FDEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 12.02%
G = 42.37%
B = 45.61%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3FDEEF (or 0x3FDEEF) is known color: Turquoise. HEX triplet: 3F, DE and EF. RGB value is (63,222,239). Sum of RGB (Red+Green+Blue) = 63+222+239=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FDEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDEEF is #C02110. Grayscale: #B0B0B0. Windows color (decimal): -12591377 or 15719999. OLE color: 15719999.

HSL color Cylindrical-coordinate representation of color #3FDEEF: hue angle of 185.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDEEF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 222 239 -
CMYK 0.74 0.07 0 0.06
HSL 185.8º 0.85% 0.59% -
HSV(B) 185.8º 0.74% 0.94% -
XYZ 43.75 59.53 90.85 -
YUV 176.4 163.32 47.12 -
System Red Green Blue C M Y K H S L
Decimal 63 222 239 0.74 0.07 0 0.06 185.8 0.85 0.59
Hex 3F DE EF 4A 7 0 6 BA 55 3B
Octal 77 336 357 112 7 0 6 272 125 73
Binary 111111 11011110 11101111 1001010 111 0 110 10111010 1010101 111011

Color Harmonies of #3FDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDEEF

Black with #3FDEEF

Text Example


Text Example

White with #3FDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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