Html Css Color HEX #58E6DF Turquoise Blue

📋 copy color: '#58E6DF'

red 88 ◦ green 230 ◦ blue 223

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

Shades of Turquoise Blue #58E6DF

Tints of Turquoise Blue #58E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.51%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 16.27%
G = 42.51%
B = 41.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#58E6DF (or 0x58E6DF) is known color: Turquoise Blue. HEX triplet: 58, E6 and DF. RGB value is (88,230,223). Sum of RGB (Red+Green+Blue) = 88+230+223=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #58E6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58E6DF is #A71920. Grayscale: #BABABA. Windows color (decimal): -10950945 or 14673496. OLE color: 14673496.

HSL color Cylindrical-coordinate representation of color #58E6DF: hue angle of 177.04º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E6DF is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 88 230 223 -
CMYK 0.62 0 0.03 0.10
HSL 177.04º 0.74% 0.62% -
HSV(B) 177.04º 0.62% 0.9% -
XYZ 45.64 64 79.76 -
YUV 186.74 148.46 57.57 -
System Red Green Blue C M Y K H S L
Decimal 88 230 223 0.62 0 0.03 0.10 177.04 0.74 0.62
Hex 58 E6 DF 3E 0 3 A B1 4A 3E
Octal 130 346 337 76 0 3 12 261 112 76
Binary 1011000 11100110 11011111 111110 0 11 1010 10110001 1001010 111110

Color Harmonies of #58E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E6DF

Black with #58E6DF

Text Example


Text Example

White with #58E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,230,223); }

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

background-color css

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

 a { background-color: rgb(88,230,223); }

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

border-color css

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

 span { border-color: rgb(88,230,223); }

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