Html Css Color HEX #3CDDCB Turquoise

📋 copy color: '#3CDDCB'

red 60 ◦ green 221 ◦ blue 203

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

Shades of Turquoise #3CDDCB

Tints of Turquoise #3CDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 12.4%
G = 45.66%
B = 41.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#3CDDCB (or 0x3CDDCB) is known color: Turquoise. HEX triplet: 3C, DD and CB. RGB value is (60,221,203). Sum of RGB (Red+Green+Blue) = 60+221+203=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDCB is #C32234. Grayscale: #AAAAAA. Windows color (decimal): -12788277 or 13360444. OLE color: 13360444.

HSL color Cylindrical-coordinate representation of color #3CDDCB: hue angle of 173.29º 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 #3CDDCB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 221 203 -
CMYK 0.73 0 0.08 0.13
HSL 173.29º 0.7% 0.55% -
HSV(B) 173.29º 0.73% 0.87% -
XYZ 38.5 56.99 65.47 -
YUV 170.81 146.16 48.96 -
System Red Green Blue C M Y K H S L
Decimal 60 221 203 0.73 0 0.08 0.13 173.29 0.7 0.55
Hex 3C DD CB 49 0 8 D AD 46 37
Octal 74 335 313 111 0 10 15 255 106 67
Binary 111100 11011101 11001011 1001001 0 1000 1101 10101101 1000110 110111

Color Harmonies of #3CDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDCB

Black with #3CDDCB

Text Example


Text Example

White with #3CDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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