Html Css Color HEX #58E4CB Turquoise

📋 copy color: '#58E4CB'

red 88 ◦ green 228 ◦ blue 203

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

Shades of Turquoise #58E4CB

Tints of Turquoise #58E4CB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.93%

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

R = 16.96%
G = 43.93%
B = 39.11%

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

#58E4CB (or 0x58E4CB) is known color: Turquoise. HEX triplet: 58, E4 and CB. RGB value is (88,228,203). Sum of RGB (Red+Green+Blue) = 88+228+203=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #58E4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E4CB is #A71B34. Grayscale: #B7B7B7. Windows color (decimal): -10951477 or 13362264. OLE color: 13362264.

HSL color Cylindrical-coordinate representation of color #58E4CB: hue angle of 169.29º degrees, saturation: 0.72, 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 #58E4CB is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 228 203 -
CMYK 0.61 0 0.11 0.11
HSL 169.29º 0.72% 0.62% -
HSV(B) 169.29º 0.61% 0.89% -
XYZ 42.55 61.87 66.2 -
YUV 183.29 139.12 60.03 -
System Red Green Blue C M Y K H S L
Decimal 88 228 203 0.61 0 0.11 0.11 169.29 0.72 0.62
Hex 58 E4 CB 3D 0 B B A9 48 3E
Octal 130 344 313 75 0 13 13 251 110 76
Binary 1011000 11100100 11001011 111101 0 1011 1011 10101001 1001000 111110

Color Harmonies of #58E4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E4CB

Black with #58E4CB

Text Example


Text Example

White with #58E4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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