Html Css Color HEX #3CEEE2 Turquoise

📋 copy color: '#3CEEE2'

red 60 ◦ green 238 ◦ blue 226

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

Shades of Turquoise #3CEEE2

Tints of Turquoise #3CEEE2

RGB

 RED value IS 60 (23.83% from 255) = 11.45%

 GREEN value IS 238 (93.36% from 255) = 45.42%

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

R = 11.45%
G = 45.42%
B = 43.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#3CEEE2 (or 0x3CEEE2) is known color: Turquoise. HEX triplet: 3C, EE and E2. RGB value is (60,238,226). Sum of RGB (Red+Green+Blue) = 60+238+226=524 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.45% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEE2 is #C3111D. Grayscale: #B7B7B7. Windows color (decimal): -12783902 or 14872124. OLE color: 14872124.

HSL color Cylindrical-coordinate representation of color #3CEEE2: hue angle of 175.96º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEE2 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 226 -
CMYK 0.75 0 0.05 0.07
HSL 175.96º 0.84% 0.58% -
HSV(B) 175.96º 0.75% 0.93% -
XYZ 46.17 67.6 82.57 -
YUV 183.41 152.03 39.98 -
System Red Green Blue C M Y K H S L
Decimal 60 238 226 0.75 0 0.05 0.07 175.96 0.84 0.58
Hex 3C EE E2 4B 0 5 7 B0 54 3A
Octal 74 356 342 113 0 5 7 260 124 72
Binary 111100 11101110 11100010 1001011 0 101 111 10110000 1010100 111010

Color Harmonies of #3CEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEE2

Black with #3CEEE2

Text Example


Text Example

White with #3CEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,238,226); }

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

background-color css

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

 a { background-color: rgb(60,238,226); }

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

border-color css

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

 span { border-color: rgb(60,238,226); }

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