Html Css Color HEX #58CBCC Medium Turquoise

📋 copy color: '#58CBCC'

red 88 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #58CBCC

Tints of Medium Turquoise #58CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 17.78%
G = 41.01%
B = 41.21%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#58CBCC (or 0x58CBCC) is known color: Medium Turquoise. HEX triplet: 58, CB and CC. RGB value is (88,203,204). Sum of RGB (Red+Green+Blue) = 88+203+204=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #58CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBCC is #A73433. Grayscale: #A8A8A8. Windows color (decimal): -10957876 or 13421400. OLE color: 13421400.

HSL color Cylindrical-coordinate representation of color #58CBCC: hue angle of 180.52º 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 #58CBCC is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 203 204 -
CMYK 0.57 0.00 0 0.2
HSL 180.52º 0.53% 0.57% -
HSV(B) 180.52º 0.57% 0.8% -
XYZ 36.28 49.15 64.7 -
YUV 168.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 88 203 204 0.57 0.00 0 0.2 180.52 0.53 0.57
Hex 58 CB CC 39 0 0 14 B5 35 39
Octal 130 313 314 71 0 0 24 265 65 71
Binary 1011000 11001011 11001100 111001 0 0 10100 10110101 110101 111001

Color Harmonies of #58CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBCC

Black with #58CBCC

Text Example


Text Example

White with #58CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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