Html Css Color HEX #58EEE0 Turquoise

📋 copy color: '#58EEE0'

red 88 ◦ green 238 ◦ blue 224

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

Shades of Turquoise #58EEE0

Tints of Turquoise #58EEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.27%

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 16%
G = 43.27%
B = 40.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#58EEE0 (or 0x58EEE0) is known color: Turquoise. HEX triplet: 58, EE and E0. RGB value is (88,238,224). Sum of RGB (Red+Green+Blue) = 88+238+224=550 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEE0 is #A7111F. Grayscale: #BFBFBF. Windows color (decimal): -10948896 or 14741080. OLE color: 14741080.

HSL color Cylindrical-coordinate representation of color #58EEE0: hue angle of 174.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EEE0 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 238 224 -
CMYK 0.63 0 0.06 0.07
HSL 174.4º 0.82% 0.64% -
HSV(B) 174.4º 0.63% 0.93% -
XYZ 48.05 68.61 81.23 -
YUV 191.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 88 238 224 0.63 0 0.06 0.07 174.4 0.82 0.64
Hex 58 EE E0 3F 0 6 7 AE 52 40
Octal 130 356 340 77 0 6 7 256 122 100
Binary 1011000 11101110 11100000 111111 0 110 111 10101110 1010010 1000000

Color Harmonies of #58EEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEE0

Black with #58EEE0

Text Example


Text Example

White with #58EEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,238,224); }

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

background-color css

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

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

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

border-color css

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

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

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