Html Css Color HEX #58EFE3 Turquoise Blue

📋 copy color: '#58EFE3'

red 88 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #58EFE3

Tints of Turquoise Blue #58EFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.97%

R = 15.88%
G = 43.14%
B = 40.97%

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

#58EFE3 (or 0x58EFE3) is known color: Turquoise Blue. HEX triplet: 58, EF and E3. RGB value is (88,239,227). Sum of RGB (Red+Green+Blue) = 88+239+227=554 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.88% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFE3 is #A7101C. Grayscale: #C0C0C0. Windows color (decimal): -10948637 or 14937944. OLE color: 14937944.

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

Color convert

RGB 88 239 227 -
CMYK 0.63 0 0.05 0.06
HSL 175.23º 0.83% 0.64% -
HSV(B) 175.23º 0.63% 0.94% -
XYZ 48.76 69.35 83.49 -
YUV 192.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 88 239 227 0.63 0 0.05 0.06 175.23 0.83 0.64
Hex 58 EF E3 3F 0 5 6 AF 53 40
Octal 130 357 343 77 0 5 6 257 123 100
Binary 1011000 11101111 11100011 111111 0 101 110 10101111 1010011 1000000

Color Harmonies of #58EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EFE3

Black with #58EFE3

Text Example


Text Example

White with #58EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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