Html Css Color HEX #3FEFE2 Turquoise

📋 copy color: '#3FEFE2'

red 63 ◦ green 239 ◦ blue 226

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

Shades of Turquoise #3FEFE2

Tints of Turquoise #3FEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.27%

 BLUE value IS 226 (88.67% from 255) = 42.8%

R = 11.93%
G = 45.27%
B = 42.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#3FEFE2 (or 0x3FEFE2) is known color: Turquoise. HEX triplet: 3F, EF and E2. RGB value is (63,239,226). Sum of RGB (Red+Green+Blue) = 63+239+226=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFE2 is #C0101D. Grayscale: #B8B8B8. Windows color (decimal): -12587038 or 14872383. OLE color: 14872383.

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

Color convert

RGB 63 239 226 -
CMYK 0.74 0 0.05 0.06
HSL 175.57º 0.85% 0.59% -
HSV(B) 175.57º 0.74% 0.94% -
XYZ 46.64 68.28 82.67 -
YUV 184.89 151.19 41.06 -
System Red Green Blue C M Y K H S L
Decimal 63 239 226 0.74 0 0.05 0.06 175.57 0.85 0.59
Hex 3F EF E2 4A 0 5 6 B0 55 3B
Octal 77 357 342 112 0 5 6 260 125 73
Binary 111111 11101111 11100010 1001010 0 101 110 10110000 1010101 111011

Color Harmonies of #3FEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFE2

Black with #3FEFE2

Text Example


Text Example

White with #3FEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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