Html Css Color HEX #58EFE4 Turquoise Blue

📋 copy color: '#58EFE4'

red 88 ◦ green 239 ◦ blue 228

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

Shades of Turquoise Blue #58EFE4

Tints of Turquoise Blue #58EFE4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 15.86%
G = 43.06%
B = 41.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#58EFE4 (or 0x58EFE4) is known color: Turquoise Blue. HEX triplet: 58, EF and E4. RGB value is (88,239,228). Sum of RGB (Red+Green+Blue) = 88+239+228=555 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.86% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFE4 is #A7101B. Grayscale: #C0C0C0. Windows color (decimal): -10948636 or 15003480. OLE color: 15003480.

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

Color convert

RGB 88 239 228 -
CMYK 0.63 0 0.05 0.06
HSL 175.63º 0.83% 0.64% -
HSV(B) 175.63º 0.63% 0.94% -
XYZ 48.89 69.41 84.22 -
YUV 192.6 147.97 53.39 -
System Red Green Blue C M Y K H S L
Decimal 88 239 228 0.63 0 0.05 0.06 175.63 0.83 0.64
Hex 58 EF E4 3F 0 5 6 B0 53 40
Octal 130 357 344 77 0 5 6 260 123 100
Binary 1011000 11101111 11100100 111111 0 101 110 10110000 1010011 1000000

Color Harmonies of #58EFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EFE4

Black with #58EFE4

Text Example


Text Example

White with #58EFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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