Html Css Color HEX #5CCBCB Medium Turquoise

📋 copy color: '#5CCBCB'

red 92 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #5CCBCB

Tints of Medium Turquoise #5CCBCB

RGB

 RED value IS 92 (36.33% from 255) = 18.47%

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

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

R = 18.47%
G = 40.76%
B = 40.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5CCBCB (or 0x5CCBCB) is known color: Medium Turquoise. HEX triplet: 5C, CB and CB. RGB value is (92,203,203). Sum of RGB (Red+Green+Blue) = 92+203+203=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #5CCBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBCB is #A33434. Grayscale: #A9A9A9. Windows color (decimal): -10695733 or 13355868. OLE color: 13355868.

HSL color Cylindrical-coordinate representation of color #5CCBCB: hue angle of 180º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCBCB is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 203 203 -
CMYK 0.55 0 0 0.20
HSL 180º 0.52% 0.58% -
HSV(B) 180º 0.55% 0.8% -
XYZ 36.55 49.3 64.09 -
YUV 169.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 92 203 203 0.55 0 0 0.20 180 0.52 0.58
Hex 5C CB CB 37 0 0 14 B4 34 3A
Octal 134 313 313 67 0 0 24 264 64 72
Binary 1011100 11001011 11001011 110111 0 0 10100 10110100 110100 111010

Color Harmonies of #5CCBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBCB

Black with #5CCBCB

Text Example


Text Example

White with #5CCBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CCBCB; }

 p { color: rgb(92,203,203); }

 H1.HeaderClassName
 {
   color: #5CCBCB;
 }
 .AnyTagClassName
 {
   color: #5CCBCB;
 }
</style>

background-color css

<style>
 a { background-color: #5CCBCB; }

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

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

border-color css

<style>
 span { border-color: #5CCBCB; }

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

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