Html Css Color HEX #57DBFE Turquoise Blue

📋 copy color: '#57DBFE'

red 87 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #57DBFE

Tints of Turquoise Blue #57DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 15.54%
G = 39.11%
B = 45.36%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#57DBFE (or 0x57DBFE) is known color: Turquoise Blue. HEX triplet: 57, DB and FE. RGB value is (87,219,254). Sum of RGB (Red+Green+Blue) = 87+219+254=560 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.54% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #57DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBFE is #A82401. Grayscale: #B7B7B7. Windows color (decimal): -11019266 or 16702295. OLE color: 16702295.

HSL color Cylindrical-coordinate representation of color #57DBFE: hue angle of 192.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DBFE is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 219 254 -
CMYK 0.66 0.14 0 0.00
HSL 192.57º 0.99% 0.67% -
HSV(B) 192.57º 0.66% 1% -
XYZ 47.15 59.85 102.83 -
YUV 183.52 167.77 59.15 -
System Red Green Blue C M Y K H S L
Decimal 87 219 254 0.66 0.14 0 0.00 192.57 0.99 0.67
Hex 57 DB FE 42 E 0 0 C1 63 43
Octal 127 333 376 102 16 0 0 301 143 103
Binary 1010111 11011011 11111110 1000010 1110 0 0 11000001 1100011 1000011

Color Harmonies of #57DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBFE

Black with #57DBFE

Text Example


Text Example

White with #57DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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