Html Css Color HEX #3EFFCC Turquoise

📋 copy color: '#3EFFCC'

red 62 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #3EFFCC

Tints of Turquoise #3EFFCC

RGB

 RED value IS 62 (24.61% from 255) = 11.9%

 GREEN value IS 255 (100% from 255) = 48.94%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 11.9%
G = 48.94%
B = 39.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#3EFFCC (or 0x3EFFCC) is known color: Turquoise. HEX triplet: 3E, FF and CC. RGB value is (62,255,204). Sum of RGB (Red+Green+Blue) = 62+255+204=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFCC is #C10033. Grayscale: #BFBFBF. Windows color (decimal): -12648500 or 13434686. OLE color: 13434686.

HSL color Cylindrical-coordinate representation of color #3EFFCC: hue angle of 164.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFCC is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 204 -
CMYK 0.76 0 0.2 0
HSL 164.15º 1% 0.62% -
HSV(B) 164.15º 0.76% 1% -
XYZ 48.65 76.9 69.41 -
YUV 191.48 135.06 35.65 -
System Red Green Blue C M Y K H S L
Decimal 62 255 204 0.76 0 0.2 0 164.15 1 0.62
Hex 3E FF CC 4C 0 14 0 A4 64 3E
Octal 76 377 314 114 0 24 0 244 144 76
Binary 111110 11111111 11001100 1001100 0 10100 0 10100100 1100100 111110

Color Harmonies of #3EFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFFCC

Black with #3EFFCC

Text Example


Text Example

White with #3EFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,255,204); }

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

background-color css

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

 a { background-color: rgb(62,255,204); }

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

border-color css

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

 span { border-color: rgb(62,255,204); }

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