Html Css Color HEX #3CCBCD Medium Turquoise

📋 copy color: '#3CCBCD'

red 60 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #3CCBCD

Tints of Medium Turquoise #3CCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 12.82%
G = 43.38%
B = 43.8%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3CCBCD (or 0x3CCBCD) is known color: Medium Turquoise. HEX triplet: 3C, CB and CD. RGB value is (60,203,205). Sum of RGB (Red+Green+Blue) = 60+203+205=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #3CCBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBCD is #C33432. Grayscale: #A0A0A0. Windows color (decimal): -12792883 or 13486908. OLE color: 13486908.

HSL color Cylindrical-coordinate representation of color #3CCBCD: hue angle of 180.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCBCD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 205 -
CMYK 0.71 0.01 0 0.20
HSL 180.83º 0.59% 0.52% -
HSV(B) 180.83º 0.71% 0.8% -
XYZ 34.24 48.08 65.23 -
YUV 160.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 60 203 205 0.71 0.01 0 0.20 180.83 0.59 0.52
Hex 3C CB CD 47 1 0 14 B5 3B 34
Octal 74 313 315 107 1 0 24 265 73 64
Binary 111100 11001011 11001101 1000111 1 0 10100 10110101 111011 110100

Color Harmonies of #3CCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCBCD

Black with #3CCBCD

Text Example


Text Example

White with #3CCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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