Html Css Color HEX #58F4CE Turquoise

📋 copy color: '#58F4CE'

red 88 ◦ green 244 ◦ blue 206

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

Shades of Turquoise #58F4CE

Tints of Turquoise #58F4CE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.35%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 16.36%
G = 45.35%
B = 38.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#58F4CE (or 0x58F4CE) is known color: Turquoise. HEX triplet: 58, F4 and CE. RGB value is (88,244,206). Sum of RGB (Red+Green+Blue) = 88+244+206=538 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.36% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #58F4CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F4CE is #A70B31. Grayscale: #C1C1C1. Windows color (decimal): -10947378 or 13562968. OLE color: 13562968.

HSL color Cylindrical-coordinate representation of color #58F4CE: hue angle of 165.38º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F4CE is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 244 206 -
CMYK 0.64 0 0.16 0.04
HSL 165.38º 0.88% 0.65% -
HSV(B) 165.38º 0.64% 0.96% -
XYZ 47.52 71.23 69.64 -
YUV 193.02 135.32 53.09 -
System Red Green Blue C M Y K H S L
Decimal 88 244 206 0.64 0 0.16 0.04 165.38 0.88 0.65
Hex 58 F4 CE 40 0 10 4 A5 58 41
Octal 130 364 316 100 0 20 4 245 130 101
Binary 1011000 11110100 11001110 1000000 0 10000 100 10100101 1011000 1000001

Color Harmonies of #58F4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F4CE

Black with #58F4CE

Text Example


Text Example

White with #58F4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,244,206); }

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

background-color css

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

 a { background-color: rgb(88,244,206); }

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

border-color css

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

 span { border-color: rgb(88,244,206); }

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