Html Css Color HEX #3CDDD7 Turquoise

📋 copy color: '#3CDDD7'

red 60 ◦ green 221 ◦ blue 215

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

Shades of Turquoise #3CDDD7

Tints of Turquoise #3CDDD7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 215 (84.38% from 255) = 43.35%

R = 12.1%
G = 44.56%
B = 43.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#3CDDD7 (or 0x3CDDD7) is known color: Turquoise. HEX triplet: 3C, DD and D7. RGB value is (60,221,215). Sum of RGB (Red+Green+Blue) = 60+221+215=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDD7 is #C32228. Grayscale: #ACACAC. Windows color (decimal): -12788265 or 14146876. OLE color: 14146876.

HSL color Cylindrical-coordinate representation of color #3CDDD7: hue angle of 177.76º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDDD7 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 221 215 -
CMYK 0.73 0 0.03 0.13
HSL 177.76º 0.7% 0.55% -
HSV(B) 177.76º 0.73% 0.87% -
XYZ 39.99 57.58 73.3 -
YUV 172.18 152.16 47.99 -
System Red Green Blue C M Y K H S L
Decimal 60 221 215 0.73 0 0.03 0.13 177.76 0.7 0.55
Hex 3C DD D7 49 0 3 D B2 46 37
Octal 74 335 327 111 0 3 15 262 106 67
Binary 111100 11011101 11010111 1001001 0 11 1101 10110010 1000110 110111

Color Harmonies of #3CDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDD7

Black with #3CDDD7

Text Example


Text Example

White with #3CDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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