Html Css Color HEX #3FDCEF Turquoise

📋 copy color: '#3FDCEF'

red 63 ◦ green 220 ◦ blue 239

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

Shades of Turquoise #3FDCEF

Tints of Turquoise #3FDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

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

R = 12.07%
G = 42.15%
B = 45.79%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3FDCEF (or 0x3FDCEF) is known color: Turquoise. HEX triplet: 3F, DC and EF. RGB value is (63,220,239). Sum of RGB (Red+Green+Blue) = 63+220+239=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FDCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCEF is #C02310. Grayscale: #AEAEAE. Windows color (decimal): -12591889 or 15719487. OLE color: 15719487.

HSL color Cylindrical-coordinate representation of color #3FDCEF: hue angle of 186.48º 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 #3FDCEF is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 220 239 -
CMYK 0.74 0.08 0 0.06
HSL 186.48º 0.85% 0.59% -
HSV(B) 186.48º 0.74% 0.94% -
XYZ 43.22 58.48 90.67 -
YUV 175.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 63 220 239 0.74 0.08 0 0.06 186.48 0.85 0.59
Hex 3F DC EF 4A 8 0 6 BA 55 3B
Octal 77 334 357 112 10 0 6 272 125 73
Binary 111111 11011100 11101111 1001010 1000 0 110 10111010 1010101 111011

Color Harmonies of #3FDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCEF

Black with #3FDCEF

Text Example


Text Example

White with #3FDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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