Html Css Color HEX #58CBEE Turquoise Blue

📋 copy color: '#58CBEE'

red 88 ◦ green 203 ◦ blue 238

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

Shades of Turquoise Blue #58CBEE

Tints of Turquoise Blue #58CBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 16.64%
G = 38.37%
B = 44.99%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#58CBEE (or 0x58CBEE) is known color: Turquoise Blue. HEX triplet: 58, CB and EE. RGB value is (88,203,238). Sum of RGB (Red+Green+Blue) = 88+203+238=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #58CBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBEE is #A73411. Grayscale: #ACACAC. Windows color (decimal): -10957842 or 15649624. OLE color: 15649624.

HSL color Cylindrical-coordinate representation of color #58CBEE: hue angle of 194º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CBEE is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 203 238 -
CMYK 0.63 0.15 0 0.07
HSL 194º 0.82% 0.64% -
HSV(B) 194º 0.63% 0.93% -
XYZ 40.81 50.96 88.57 -
YUV 172.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 88 203 238 0.63 0.15 0 0.07 194 0.82 0.64
Hex 58 CB EE 3F F 0 7 C2 52 40
Octal 130 313 356 77 17 0 7 302 122 100
Binary 1011000 11001011 11101110 111111 1111 0 111 11000010 1010010 1000000

Color Harmonies of #58CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBEE

Black with #58CBEE

Text Example


Text Example

White with #58CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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