Html Css Color HEX #58F0ED Turquoise Blue

📋 copy color: '#58F0ED'

red 88 ◦ green 240 ◦ blue 237

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

Shades of Turquoise Blue #58F0ED

Tints of Turquoise Blue #58F0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 15.58%
G = 42.48%
B = 41.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#58F0ED (or 0x58F0ED) is known color: Turquoise Blue. HEX triplet: 58, F0 and ED. RGB value is (88,240,237). Sum of RGB (Red+Green+Blue) = 88+240+237=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #58F0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F0ED is #A70F12. Grayscale: #C2C2C2. Windows color (decimal): -10948371 or 15593560. OLE color: 15593560.

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

Color convert

RGB 88 240 237 -
CMYK 0.63 0 0.01 0.06
HSL 178.82º 0.84% 0.64% -
HSV(B) 178.82º 0.63% 0.94% -
XYZ 50.47 70.51 91.07 -
YUV 194.21 152.14 52.24 -
System Red Green Blue C M Y K H S L
Decimal 88 240 237 0.63 0 0.01 0.06 178.82 0.84 0.64
Hex 58 F0 ED 3F 0 1 6 B3 54 40
Octal 130 360 355 77 0 1 6 263 124 100
Binary 1011000 11110000 11101101 111111 0 1 110 10110011 1010100 1000000

Color Harmonies of #58F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F0ED

Black with #58F0ED

Text Example


Text Example

White with #58F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,240,237); }

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

background-color css

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

 a { background-color: rgb(88,240,237); }

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

border-color css

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

 span { border-color: rgb(88,240,237); }

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