Html Css Color HEX #58CFEA Turquoise Blue

📋 copy color: '#58CFEA'

red 88 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #58CFEA

Tints of Turquoise Blue #58CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.13%

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 16.64%
G = 39.13%
B = 44.23%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58CFEA (or 0x58CFEA) is known color: Turquoise Blue. HEX triplet: 58, CF and EA. RGB value is (88,207,234). Sum of RGB (Red+Green+Blue) = 88+207+234=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #58CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFEA is #A73015. Grayscale: #AEAEAE. Windows color (decimal): -10956822 or 15388504. OLE color: 15388504.

HSL color Cylindrical-coordinate representation of color #58CFEA: hue angle of 191.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58CFEA is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 207 234 -
CMYK 0.62 0.12 0 0.08
HSL 191.1º 0.78% 0.63% -
HSV(B) 191.1º 0.62% 0.92% -
XYZ 41.19 52.64 85.83 -
YUV 174.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 88 207 234 0.62 0.12 0 0.08 191.1 0.78 0.63
Hex 58 CF EA 3E C 0 8 BF 4E 3F
Octal 130 317 352 76 14 0 10 277 116 77
Binary 1011000 11001111 11101010 111110 1100 0 1000 10111111 1001110 111111

Color Harmonies of #58CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFEA

Black with #58CFEA

Text Example


Text Example

White with #58CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,207,234); }

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

background-color css

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

 a { background-color: rgb(88,207,234); }

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

border-color css

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

 span { border-color: rgb(88,207,234); }

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