Html Css Color HEX #58E3CB Turquoise

📋 copy color: '#58E3CB'

red 88 ◦ green 227 ◦ blue 203

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

Shades of Turquoise #58E3CB

Tints of Turquoise #58E3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.82%

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

R = 16.99%
G = 43.82%
B = 39.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#58E3CB (or 0x58E3CB) is known color: Turquoise. HEX triplet: 58, E3 and CB. RGB value is (88,227,203). Sum of RGB (Red+Green+Blue) = 88+227+203=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #58E3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E3CB is #A71C34. Grayscale: #B6B6B6. Windows color (decimal): -10951733 or 13362008. OLE color: 13362008.

HSL color Cylindrical-coordinate representation of color #58E3CB: hue angle of 169.64º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E3CB is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 227 203 -
CMYK 0.61 0 0.11 0.11
HSL 169.64º 0.71% 0.62% -
HSV(B) 169.64º 0.61% 0.89% -
XYZ 42.27 61.32 66.11 -
YUV 182.7 139.45 60.45 -
System Red Green Blue C M Y K H S L
Decimal 88 227 203 0.61 0 0.11 0.11 169.64 0.71 0.62
Hex 58 E3 CB 3D 0 B B AA 47 3E
Octal 130 343 313 75 0 13 13 252 107 76
Binary 1011000 11100011 11001011 111101 0 1011 1011 10101010 1000111 111110

Color Harmonies of #58E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E3CB

Black with #58E3CB

Text Example


Text Example

White with #58E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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