Html Css Color HEX #3CEEC2 Turquoise

📋 copy color: '#3CEEC2'

red 60 ◦ green 238 ◦ blue 194

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

Shades of Turquoise #3CEEC2

Tints of Turquoise #3CEEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.43%

R = 12.2%
G = 48.37%
B = 39.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#3CEEC2 (or 0x3CEEC2) is known color: Turquoise. HEX triplet: 3C, EE and C2. RGB value is (60,238,194). Sum of RGB (Red+Green+Blue) = 60+238+194=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEC2 is #C3113D. Grayscale: #B3B3B3. Windows color (decimal): -12783934 or 12774972. OLE color: 12774972.

HSL color Cylindrical-coordinate representation of color #3CEEC2: hue angle of 165.17º 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 #3CEEC2 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 194 -
CMYK 0.75 0 0.18 0.07
HSL 165.17º 0.84% 0.58% -
HSV(B) 165.17º 0.75% 0.93% -
XYZ 42.18 66 61.56 -
YUV 179.76 136.03 42.58 -
System Red Green Blue C M Y K H S L
Decimal 60 238 194 0.75 0 0.18 0.07 165.17 0.84 0.58
Hex 3C EE C2 4B 0 12 7 A5 54 3A
Octal 74 356 302 113 0 22 7 245 124 72
Binary 111100 11101110 11000010 1001011 0 10010 111 10100101 1010100 111010

Color Harmonies of #3CEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEC2

Black with #3CEEC2

Text Example


Text Example

White with #3CEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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