Html Css Color HEX #3CEDD4 Turquoise

📋 copy color: '#3CEDD4'

red 60 ◦ green 237 ◦ blue 212

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

Shades of Turquoise #3CEDD4

Tints of Turquoise #3CEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.56%

 BLUE value IS 212 (83.2% from 255) = 41.65%

R = 11.79%
G = 46.56%
B = 41.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#3CEDD4 (or 0x3CEDD4) is known color: Turquoise. HEX triplet: 3C, ED and D4. RGB value is (60,237,212). Sum of RGB (Red+Green+Blue) = 60+237+212=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDD4 is #C3122B. Grayscale: #B5B5B5. Windows color (decimal): -12784172 or 13954364. OLE color: 13954364.

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

Color convert

RGB 60 237 212 -
CMYK 0.75 0 0.11 0.07
HSL 171.53º 0.83% 0.58% -
HSV(B) 171.53º 0.75% 0.93% -
XYZ 44.03 66.28 72.76 -
YUV 181.23 145.36 41.53 -
System Red Green Blue C M Y K H S L
Decimal 60 237 212 0.75 0 0.11 0.07 171.53 0.83 0.58
Hex 3C ED D4 4B 0 B 7 AC 53 3A
Octal 74 355 324 113 0 13 7 254 123 72
Binary 111100 11101101 11010100 1001011 0 1011 111 10101100 1010011 111010

Color Harmonies of #3CEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDD4

Black with #3CEDD4

Text Example


Text Example

White with #3CEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,237,212); }

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

background-color css

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

 a { background-color: rgb(60,237,212); }

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

border-color css

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

 span { border-color: rgb(60,237,212); }

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