Html Css Color HEX #58EEEF Turquoise Blue

📋 copy color: '#58EEEF'

red 88 ◦ green 238 ◦ blue 239

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

Shades of Turquoise Blue #58EEEF

Tints of Turquoise Blue #58EEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 15.58%
G = 42.12%
B = 42.3%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58EEEF (or 0x58EEEF) is known color: Turquoise Blue. HEX triplet: 58, EE and EF. RGB value is (88,238,239). Sum of RGB (Red+Green+Blue) = 88+238+239=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #58EEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEEF is #A71110. Grayscale: #C1C1C1. Windows color (decimal): -10948881 or 15724120. OLE color: 15724120.

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

Color convert

RGB 88 238 239 -
CMYK 0.63 0.00 0 0.06
HSL 180.4º 0.83% 0.64% -
HSV(B) 180.4º 0.63% 0.94% -
XYZ 50.18 69.46 92.42 -
YUV 193.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 88 238 239 0.63 0.00 0 0.06 180.4 0.83 0.64
Hex 58 EE EF 3F 0 0 6 B4 53 40
Octal 130 356 357 77 0 0 6 264 123 100
Binary 1011000 11101110 11101111 111111 0 0 110 10110100 1010011 1000000

Color Harmonies of #58EEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEEF

Black with #58EEEF

Text Example


Text Example

White with #58EEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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