Html Css Color HEX #58CBCF Medium Turquoise

📋 copy color: '#58CBCF'

red 88 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #58CBCF

Tints of Medium Turquoise #58CBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 17.67%
G = 40.76%
B = 41.57%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58CBCF (or 0x58CBCF) is known color: Medium Turquoise. HEX triplet: 58, CB and CF. RGB value is (88,203,207). Sum of RGB (Red+Green+Blue) = 88+203+207=498 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.67% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #58CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBCF is #A73430. Grayscale: #A8A8A8. Windows color (decimal): -10957873 or 13618008. OLE color: 13618008.

HSL color Cylindrical-coordinate representation of color #58CBCF: hue angle of 182.02º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CBCF is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 203 207 -
CMYK 0.57 0.02 0 0.19
HSL 182.02º 0.55% 0.58% -
HSV(B) 182.02º 0.57% 0.81% -
XYZ 36.64 49.29 66.61 -
YUV 169.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 88 203 207 0.57 0.02 0 0.19 182.02 0.55 0.58
Hex 58 CB CF 39 2 0 13 B6 37 3A
Octal 130 313 317 71 2 0 23 266 67 72
Binary 1011000 11001011 11001111 111001 10 0 10011 10110110 110111 111010

Color Harmonies of #58CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBCF

Black with #58CBCF

Text Example


Text Example

White with #58CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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