Html Css Color HEX #58CEE7 Turquoise Blue

📋 copy color: '#58CEE7'

red 88 ◦ green 206 ◦ blue 231

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

Shades of Turquoise Blue #58CEE7

Tints of Turquoise Blue #58CEE7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.24%

 BLUE value IS 231 (90.63% from 255) = 44%

R = 16.76%
G = 39.24%
B = 44%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58CEE7 (or 0x58CEE7) is known color: Turquoise Blue. HEX triplet: 58, CE and E7. RGB value is (88,206,231). Sum of RGB (Red+Green+Blue) = 88+206+231=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #58CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CEE7 is #A73118. Grayscale: #ADADAD. Windows color (decimal): -10957081 or 15191640. OLE color: 15191640.

HSL color Cylindrical-coordinate representation of color #58CEE7: hue angle of 190.49º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58CEE7 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 206 231 -
CMYK 0.62 0.11 0 0.09
HSL 190.49º 0.75% 0.63% -
HSV(B) 190.49º 0.62% 0.91% -
XYZ 40.52 51.99 83.5 -
YUV 173.57 160.41 66.97 -
System Red Green Blue C M Y K H S L
Decimal 88 206 231 0.62 0.11 0 0.09 190.49 0.75 0.63
Hex 58 CE E7 3E B 0 9 BE 4B 3F
Octal 130 316 347 76 13 0 11 276 113 77
Binary 1011000 11001110 11100111 111110 1011 0 1001 10111110 1001011 111111

Color Harmonies of #58CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CEE7

Black with #58CEE7

Text Example


Text Example

White with #58CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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