Html Css Color HEX #57DBFC Turquoise Blue

📋 copy color: '#57DBFC'

red 87 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #57DBFC

Tints of Turquoise Blue #57DBFC

RGB

 RED value IS 87 (34.38% from 255) = 15.59%

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 15.59%
G = 39.25%
B = 45.16%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57DBFC (or 0x57DBFC) is known color: Turquoise Blue. HEX triplet: 57, DB and FC. RGB value is (87,219,252). Sum of RGB (Red+Green+Blue) = 87+219+252=558 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.59% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #57DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBFC is #A82403. Grayscale: #B7B7B7. Windows color (decimal): -11019268 or 16571223. OLE color: 16571223.

HSL color Cylindrical-coordinate representation of color #57DBFC: hue angle of 192º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DBFC is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 219 252 -
CMYK 0.65 0.13 0 0.01
HSL 192º 0.96% 0.66% -
HSV(B) 192º 0.65% 0.99% -
XYZ 46.83 59.72 101.15 -
YUV 183.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 87 219 252 0.65 0.13 0 0.01 192 0.96 0.66
Hex 57 DB FC 41 D 0 1 C0 60 42
Octal 127 333 374 101 15 0 1 300 140 102
Binary 1010111 11011011 11111100 1000001 1101 0 1 11000000 1100000 1000010

Color Harmonies of #57DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBFC

Black with #57DBFC

Text Example


Text Example

White with #57DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57DBFC; }

 p { color: rgb(87,219,252); }

 H1.HeaderClassName
 {
   color: #57DBFC;
 }
 .AnyTagClassName
 {
   color: #57DBFC;
 }
</style>

background-color css

<style>
 a { background-color: #57DBFC; }

 a { background-color: rgb(87,219,252); }

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

border-color css

<style>
 span { border-color: #57DBFC; }

 span { border-color: rgb(87,219,252); }

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