Html Css Color HEX #58DFF2 Turquoise Blue

📋 copy color: '#58DFF2'

red 88 ◦ green 223 ◦ blue 242

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

Shades of Turquoise Blue #58DFF2

Tints of Turquoise Blue #58DFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 15.91%
G = 40.33%
B = 43.76%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#58DFF2 (or 0x58DFF2) is known color: Turquoise Blue. HEX triplet: 58, DF and F2. RGB value is (88,223,242). Sum of RGB (Red+Green+Blue) = 88+223+242=553 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.91% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #58DFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFF2 is #A7200D. Grayscale: #B8B8B8. Windows color (decimal): -10952718 or 15916888. OLE color: 15916888.

HSL color Cylindrical-coordinate representation of color #58DFF2: hue angle of 187.4º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58DFF2 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 223 242 -
CMYK 0.64 0.08 0 0.05
HSL 187.4º 0.86% 0.65% -
HSV(B) 187.4º 0.64% 0.95% -
XYZ 46.44 61.26 93.38 -
YUV 184.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 88 223 242 0.64 0.08 0 0.05 187.4 0.86 0.65
Hex 58 DF F2 40 8 0 5 BB 56 41
Octal 130 337 362 100 10 0 5 273 126 101
Binary 1011000 11011111 11110010 1000000 1000 0 101 10111011 1010110 1000001

Color Harmonies of #58DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DFF2

Black with #58DFF2

Text Example


Text Example

White with #58DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,223,242); }

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

background-color css

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

 a { background-color: rgb(88,223,242); }

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

border-color css

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

 span { border-color: rgb(88,223,242); }

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