Html Css Color HEX #3CDFCB Turquoise

📋 copy color: '#3CDFCB'

red 60 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #3CDFCB

Tints of Turquoise #3CDFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.88%

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

R = 12.35%
G = 45.88%
B = 41.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#3CDFCB (or 0x3CDFCB) is known color: Turquoise. HEX triplet: 3C, DF and CB. RGB value is (60,223,203). Sum of RGB (Red+Green+Blue) = 60+223+203=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFCB is #C32034. Grayscale: #ABABAB. Windows color (decimal): -12787765 or 13360956. OLE color: 13360956.

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

Color convert

RGB 60 223 203 -
CMYK 0.73 0 0.09 0.13
HSL 172.64º 0.72% 0.55% -
HSV(B) 172.64º 0.73% 0.87% -
XYZ 39.03 58.05 65.65 -
YUV 171.98 145.5 48.13 -
System Red Green Blue C M Y K H S L
Decimal 60 223 203 0.73 0 0.09 0.13 172.64 0.72 0.55
Hex 3C DF CB 49 0 9 D AD 48 37
Octal 74 337 313 111 0 11 15 255 110 67
Binary 111100 11011111 11001011 1001001 0 1001 1101 10101101 1001000 110111

Color Harmonies of #3CDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFCB

Black with #3CDFCB

Text Example


Text Example

White with #3CDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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