Html Css Color HEX #58EFE2 Turquoise

📋 copy color: '#58EFE2'

red 88 ◦ green 239 ◦ blue 226

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

Shades of Turquoise #58EFE2

Tints of Turquoise #58EFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.87%

R = 15.91%
G = 43.22%
B = 40.87%

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

#58EFE2 (or 0x58EFE2) is known color: Turquoise. HEX triplet: 58, EF and E2. RGB value is (88,239,226). Sum of RGB (Red+Green+Blue) = 88+239+226=553 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.91% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFE2 is #A7101D. Grayscale: #C0C0C0. Windows color (decimal): -10948638 or 14872408. OLE color: 14872408.

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

Color convert

RGB 88 239 226 -
CMYK 0.63 0 0.05 0.06
HSL 174.83º 0.83% 0.64% -
HSV(B) 174.83º 0.63% 0.94% -
XYZ 48.62 69.3 82.77 -
YUV 192.37 146.97 53.56 -
System Red Green Blue C M Y K H S L
Decimal 88 239 226 0.63 0 0.05 0.06 174.83 0.83 0.64
Hex 58 EF E2 3F 0 5 6 AF 53 40
Octal 130 357 342 77 0 5 6 257 123 100
Binary 1011000 11101111 11100010 111111 0 101 110 10101111 1010011 1000000

Color Harmonies of #58EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EFE2

Black with #58EFE2

Text Example


Text Example

White with #58EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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