Html Css Color HEX #58EEF0 Turquoise Blue

📋 copy color: '#58EEF0'

red 88 ◦ green 238 ◦ blue 240

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

Shades of Turquoise Blue #58EEF0

Tints of Turquoise Blue #58EEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.4%

R = 15.55%
G = 42.05%
B = 42.4%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58EEF0 (or 0x58EEF0) is known color: Turquoise Blue. HEX triplet: 58, EE and F0. RGB value is (88,238,240). Sum of RGB (Red+Green+Blue) = 88+238+240=566 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.55% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #58EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEF0 is #A7110F. Grayscale: #C1C1C1. Windows color (decimal): -10948880 or 15789656. OLE color: 15789656.

HSL color Cylindrical-coordinate representation of color #58EEF0: hue angle of 180.79º 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 #58EEF0 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 238 240 -
CMYK 0.63 0.01 0 0.06
HSL 180.79º 0.84% 0.64% -
HSV(B) 180.79º 0.63% 0.94% -
XYZ 50.33 69.52 93.2 -
YUV 193.38 154.31 52.84 -
System Red Green Blue C M Y K H S L
Decimal 88 238 240 0.63 0.01 0 0.06 180.79 0.84 0.64
Hex 58 EE F0 3F 1 0 6 B5 54 40
Octal 130 356 360 77 1 0 6 265 124 100
Binary 1011000 11101110 11110000 111111 1 0 110 10110101 1010100 1000000

Color Harmonies of #58EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEF0

Black with #58EEF0

Text Example


Text Example

White with #58EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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