Html Css Color HEX #57CBE1 Turquoise Blue

📋 copy color: '#57CBE1'

red 87 ◦ green 203 ◦ blue 225

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

Shades of Turquoise Blue #57CBE1

Tints of Turquoise Blue #57CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.42%

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 16.89%
G = 39.42%
B = 43.69%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57CBE1 (or 0x57CBE1) is known color: Turquoise Blue. HEX triplet: 57, CB and E1. RGB value is (87,203,225). Sum of RGB (Red+Green+Blue) = 87+203+225=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #57CBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBE1 is #A8341E. Grayscale: #AAAAAA. Windows color (decimal): -11023391 or 14797655. OLE color: 14797655.

HSL color Cylindrical-coordinate representation of color #57CBE1: hue angle of 189.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57CBE1 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 203 225 -
CMYK 0.61 0.10 0 0.12
HSL 189.57º 0.7% 0.61% -
HSV(B) 189.57º 0.61% 0.88% -
XYZ 38.88 50.17 78.87 -
YUV 170.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 87 203 225 0.61 0.10 0 0.12 189.57 0.7 0.61
Hex 57 CB E1 3D A 0 C BE 46 3D
Octal 127 313 341 75 12 0 14 276 106 75
Binary 1010111 11001011 11100001 111101 1010 0 1100 10111110 1000110 111101

Color Harmonies of #57CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CBE1

Black with #57CBE1

Text Example


Text Example

White with #57CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,203,225); }

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

background-color css

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

 a { background-color: rgb(87,203,225); }

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

border-color css

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

 span { border-color: rgb(87,203,225); }

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