Html Css Color HEX #57EFEB Turquoise Blue

📋 copy color: '#57EFEB'

red 87 ◦ green 239 ◦ blue 235

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

Shades of Turquoise Blue #57EFEB

Tints of Turquoise Blue #57EFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.6%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 15.51%
G = 42.6%
B = 41.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#57EFEB (or 0x57EFEB) is known color: Turquoise Blue. HEX triplet: 57, EF and EB. RGB value is (87,239,235). Sum of RGB (Red+Green+Blue) = 87+239+235=561 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.51% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFEB is #A81014. Grayscale: #C0C0C0. Windows color (decimal): -11014165 or 15462231. OLE color: 15462231.

HSL color Cylindrical-coordinate representation of color #57EFEB: hue angle of 178.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFEB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 235 -
CMYK 0.64 0 0.02 0.06
HSL 178.42º 0.83% 0.64% -
HSV(B) 178.42º 0.64% 0.94% -
XYZ 49.79 69.76 89.44 -
YUV 193.1 151.64 52.33 -
System Red Green Blue C M Y K H S L
Decimal 87 239 235 0.64 0 0.02 0.06 178.42 0.83 0.64
Hex 57 EF EB 40 0 2 6 B2 53 40
Octal 127 357 353 100 0 2 6 262 123 100
Binary 1010111 11101111 11101011 1000000 0 10 110 10110010 1010011 1000000

Color Harmonies of #57EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFEB

Black with #57EFEB

Text Example


Text Example

White with #57EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,239,235); }

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

background-color css

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

 a { background-color: rgb(87,239,235); }

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

border-color css

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

 span { border-color: rgb(87,239,235); }

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