Html Css Color HEX #58CBE8 Turquoise Blue

📋 copy color: '#58CBE8'

red 88 ◦ green 203 ◦ blue 232

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

Shades of Turquoise Blue #58CBE8

Tints of Turquoise Blue #58CBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.81%

 BLUE value IS 232 (91.02% from 255) = 44.36%

R = 16.83%
G = 38.81%
B = 44.36%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58CBE8 (or 0x58CBE8) is known color: Turquoise Blue. HEX triplet: 58, CB and E8. RGB value is (88,203,232). Sum of RGB (Red+Green+Blue) = 88+203+232=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #58CBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBE8 is #A73417. Grayscale: #ABABAB. Windows color (decimal): -10957848 or 15256408. OLE color: 15256408.

HSL color Cylindrical-coordinate representation of color #58CBE8: hue angle of 192.08º degrees, saturation: 0.76, 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 #58CBE8 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 203 232 -
CMYK 0.62 0.12 0 0.09
HSL 192.08º 0.76% 0.63% -
HSV(B) 192.08º 0.62% 0.91% -
XYZ 39.95 50.61 84.01 -
YUV 171.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 88 203 232 0.62 0.12 0 0.09 192.08 0.76 0.63
Hex 58 CB E8 3E C 0 9 C0 4C 3F
Octal 130 313 350 76 14 0 11 300 114 77
Binary 1011000 11001011 11101000 111110 1100 0 1001 11000000 1001100 111111

Color Harmonies of #58CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBE8

Black with #58CBE8

Text Example


Text Example

White with #58CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,203,232); }

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

background-color css

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

 a { background-color: rgb(88,203,232); }

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

border-color css

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

 span { border-color: rgb(88,203,232); }

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