Html Css Color HEX #58DEFF Turquoise Blue

📋 copy color: '#58DEFF'

red 88 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #58DEFF

Tints of Turquoise Blue #58DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.29%

 BLUE value IS 255 (100% from 255) = 45.13%

R = 15.58%
G = 39.29%
B = 45.13%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58DEFF (or 0x58DEFF) is known color: Turquoise Blue. HEX triplet: 58, DE and FF. RGB value is (88,222,255). Sum of RGB (Red+Green+Blue) = 88+222+255=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DEFF is #A72100. Grayscale: #B9B9B9. Windows color (decimal): -10952961 or 16768600. OLE color: 16768600.

HSL color Cylindrical-coordinate representation of color #58DEFF: hue angle of 191.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DEFF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 222 255 -
CMYK 0.65 0.13 0 0
HSL 191.86º 1% 0.67% -
HSV(B) 191.86º 0.65% 1% -
XYZ 48.2 61.54 103.95 -
YUV 185.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 88 222 255 0.65 0.13 0 0 191.86 1 0.67
Hex 58 DE FF 41 D 0 0 C0 64 43
Octal 130 336 377 101 15 0 0 300 144 103
Binary 1011000 11011110 11111111 1000001 1101 0 0 11000000 1100100 1000011

Color Harmonies of #58DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DEFF

Black with #58DEFF

Text Example


Text Example

White with #58DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,222,255); }

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

background-color css

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

 a { background-color: rgb(88,222,255); }

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

border-color css

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

 span { border-color: rgb(88,222,255); }

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