Html Css Color HEX #58EFD6 Turquoise

📋 copy color: '#58EFD6'

red 88 ◦ green 239 ◦ blue 214

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

Shades of Turquoise #58EFD6

Tints of Turquoise #58EFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.56%

R = 16.27%
G = 44.18%
B = 39.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#58EFD6 (or 0x58EFD6) is known color: Turquoise. HEX triplet: 58, EF and D6. RGB value is (88,239,214). Sum of RGB (Red+Green+Blue) = 88+239+214=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFD6 is #A71029. Grayscale: #BEBEBE. Windows color (decimal): -10948650 or 14085976. OLE color: 14085976.

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

Color convert

RGB 88 239 214 -
CMYK 0.63 0 0.10 0.06
HSL 170.07º 0.83% 0.64% -
HSV(B) 170.07º 0.63% 0.94% -
XYZ 47.03 68.66 74.39 -
YUV 191 140.97 54.53 -
System Red Green Blue C M Y K H S L
Decimal 88 239 214 0.63 0 0.10 0.06 170.07 0.83 0.64
Hex 58 EF D6 3F 0 A 6 AA 53 40
Octal 130 357 326 77 0 12 6 252 123 100
Binary 1011000 11101111 11010110 111111 0 1010 110 10101010 1010011 1000000

Color Harmonies of #58EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EFD6

Black with #58EFD6

Text Example


Text Example

White with #58EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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