Html Css Color HEX #3CD7D2 Turquoise

📋 copy color: '#3CD7D2'

red 60 ◦ green 215 ◦ blue 210

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

Shades of Turquoise #3CD7D2

Tints of Turquoise #3CD7D2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 12.37%
G = 44.33%
B = 43.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#3CD7D2 (or 0x3CD7D2) is known color: Turquoise. HEX triplet: 3C, D7 and D2. RGB value is (60,215,210). Sum of RGB (Red+Green+Blue) = 60+215+210=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD7D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD7D2 is #C3282D. Grayscale: #A7A7A7. Windows color (decimal): -12789806 or 13817660. OLE color: 13817660.

HSL color Cylindrical-coordinate representation of color #3CD7D2: hue angle of 178.06º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD7D2 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 215 210 -
CMYK 0.72 0 0.02 0.16
HSL 178.06º 0.66% 0.54% -
HSV(B) 178.06º 0.72% 0.84% -
XYZ 37.8 54.21 69.45 -
YUV 168.09 151.65 50.91 -
System Red Green Blue C M Y K H S L
Decimal 60 215 210 0.72 0 0.02 0.16 178.06 0.66 0.54
Hex 3C D7 D2 48 0 2 10 B2 42 36
Octal 74 327 322 110 0 2 20 262 102 66
Binary 111100 11010111 11010010 1001000 0 10 10000 10110010 1000010 110110

Color Harmonies of #3CD7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD7D2

Black with #3CD7D2

Text Example


Text Example

White with #3CD7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,215,210); }

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

background-color css

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

 a { background-color: rgb(60,215,210); }

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

border-color css

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

 span { border-color: rgb(60,215,210); }

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