Html Css Color HEX #57EFCB Turquoise

📋 copy color: '#57EFCB'

red 87 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #57EFCB

Tints of Turquoise #57EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 16.45%
G = 45.18%
B = 38.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#57EFCB (or 0x57EFCB) is known color: Turquoise. HEX triplet: 57, EF and CB. RGB value is (87,239,203). Sum of RGB (Red+Green+Blue) = 87+239+203=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFCB is #A81034. Grayscale: #BDBDBD. Windows color (decimal): -11014197 or 13365079. OLE color: 13365079.

HSL color Cylindrical-coordinate representation of color #57EFCB: hue angle of 165.79º 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 #57EFCB is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 203 -
CMYK 0.64 0 0.15 0.06
HSL 165.79º 0.83% 0.64% -
HSV(B) 165.79º 0.64% 0.94% -
XYZ 45.58 68.07 67.24 -
YUV 189.45 135.64 54.93 -
System Red Green Blue C M Y K H S L
Decimal 87 239 203 0.64 0 0.15 0.06 165.79 0.83 0.64
Hex 57 EF CB 40 0 F 6 A6 53 40
Octal 127 357 313 100 0 17 6 246 123 100
Binary 1010111 11101111 11001011 1000000 0 1111 110 10100110 1010011 1000000

Color Harmonies of #57EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFCB

Black with #57EFCB

Text Example


Text Example

White with #57EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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