Html Css Color HEX #58CBCB Medium Turquoise

📋 copy color: '#58CBCB'

red 88 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #58CBCB

Tints of Medium Turquoise #58CBCB

RGB

 RED value IS 88 (34.77% from 255) = 17.81%

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

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

R = 17.81%
G = 41.09%
B = 41.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58CBCB (or 0x58CBCB) is known color: Medium Turquoise. HEX triplet: 58, CB and CB. RGB value is (88,203,203). Sum of RGB (Red+Green+Blue) = 88+203+203=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #58CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBCB is #A73434. Grayscale: #A8A8A8. Windows color (decimal): -10957877 or 13355864. OLE color: 13355864.

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

Color convert

RGB 88 203 203 -
CMYK 0.57 0 0 0.20
HSL 180º 0.53% 0.57% -
HSV(B) 180º 0.57% 0.8% -
XYZ 36.16 49.1 64.07 -
YUV 168.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 88 203 203 0.57 0 0 0.20 180 0.53 0.57
Hex 58 CB CB 39 0 0 14 B4 35 39
Octal 130 313 313 71 0 0 24 264 65 71
Binary 1011000 11001011 11001011 111001 0 0 10100 10110100 110101 111001

Color Harmonies of #58CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBCB

Black with #58CBCB

Text Example


Text Example

White with #58CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58CBCB; }

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

 H1.HeaderClassName
 {
   color: #58CBCB;
 }
 .AnyTagClassName
 {
   color: #58CBCB;
 }
</style>

background-color css

<style>
 a { background-color: #58CBCB; }

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

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

border-color css

<style>
 span { border-color: #58CBCB; }

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

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