Html Css Color HEX #57CBED Turquoise Blue

📋 copy color: '#57CBED'

red 87 ◦ green 203 ◦ blue 237

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

Shades of Turquoise Blue #57CBED

Tints of Turquoise Blue #57CBED

RGB

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

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

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

R = 16.51%
G = 38.52%
B = 44.97%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#57CBED (or 0x57CBED) is known color: Turquoise Blue. HEX triplet: 57, CB and ED. RGB value is (87,203,237). Sum of RGB (Red+Green+Blue) = 87+203+237=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #57CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CBED is #A83412. Grayscale: #ABABAB. Windows color (decimal): -11023379 or 15584087. OLE color: 15584087.

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

Color convert

RGB 87 203 237 -
CMYK 0.63 0.14 0 0.07
HSL 193.6º 0.81% 0.64% -
HSV(B) 193.6º 0.63% 0.93% -
XYZ 40.57 50.85 87.8 -
YUV 172.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 87 203 237 0.63 0.14 0 0.07 193.6 0.81 0.64
Hex 57 CB ED 3F E 0 7 C2 51 40
Octal 127 313 355 77 16 0 7 302 121 100
Binary 1010111 11001011 11101101 111111 1110 0 111 11000010 1010001 1000000

Color Harmonies of #57CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CBED

Black with #57CBED

Text Example


Text Example

White with #57CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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