Html Css Color HEX #57CEED Turquoise Blue

📋 copy color: '#57CEED'

red 87 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #57CEED

Tints of Turquoise Blue #57CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 16.42%
G = 38.87%
B = 44.72%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#57CEED (or 0x57CEED) is known color: Turquoise Blue. HEX triplet: 57, CE and ED. RGB value is (87,206,237). Sum of RGB (Red+Green+Blue) = 87+206+237=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #57CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEED is #A83112. Grayscale: #ADADAD. Windows color (decimal): -11022611 or 15584855. OLE color: 15584855.

HSL color Cylindrical-coordinate representation of color #57CEED: hue angle of 192.4º degrees, saturation: 0.81, 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 #57CEED is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 206 237 -
CMYK 0.63 0.13 0 0.07
HSL 192.4º 0.81% 0.64% -
HSV(B) 192.4º 0.63% 0.93% -
XYZ 41.29 52.28 88.04 -
YUV 173.95 163.58 65.98 -
System Red Green Blue C M Y K H S L
Decimal 87 206 237 0.63 0.13 0 0.07 192.4 0.81 0.64
Hex 57 CE ED 3F D 0 7 C0 51 40
Octal 127 316 355 77 15 0 7 300 121 100
Binary 1010111 11001110 11101101 111111 1101 0 111 11000000 1010001 1000000

Color Harmonies of #57CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CEED

Black with #57CEED

Text Example


Text Example

White with #57CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,206,237); }

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

background-color css

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

 a { background-color: rgb(87,206,237); }

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

border-color css

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

 span { border-color: rgb(87,206,237); }

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