Html Css Color HEX #3FE0EF Turquoise

📋 copy color: '#3FE0EF'

red 63 ◦ green 224 ◦ blue 239

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

Shades of Turquoise #3FE0EF

Tints of Turquoise #3FE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

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

R = 11.98%
G = 42.59%
B = 45.44%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3FE0EF (or 0x3FE0EF) is known color: Turquoise. HEX triplet: 3F, E0 and EF. RGB value is (63,224,239). Sum of RGB (Red+Green+Blue) = 63+224+239=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FE0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE0EF is #C01F10. Grayscale: #B1B1B1. Windows color (decimal): -12590865 or 15720511. OLE color: 15720511.

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

Color convert

RGB 63 224 239 -
CMYK 0.74 0.06 0 0.06
HSL 185.11º 0.85% 0.59% -
HSV(B) 185.11º 0.74% 0.94% -
XYZ 44.29 60.6 91.02 -
YUV 177.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 63 224 239 0.74 0.06 0 0.06 185.11 0.85 0.59
Hex 3F E0 EF 4A 6 0 6 B9 55 3B
Octal 77 340 357 112 6 0 6 271 125 73
Binary 111111 11100000 11101111 1001010 110 0 110 10111001 1010101 111011

Color Harmonies of #3FE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE0EF

Black with #3FE0EF

Text Example


Text Example

White with #3FE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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