Html Css Color HEX #57CFF1 Turquoise Blue

📋 copy color: '#57CFF1'

red 87 ◦ green 207 ◦ blue 241

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

Shades of Turquoise Blue #57CFF1

Tints of Turquoise Blue #57CFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.69%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 16.26%
G = 38.69%
B = 45.05%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57CFF1 (or 0x57CFF1) is known color: Turquoise Blue. HEX triplet: 57, CF and F1. RGB value is (87,207,241). Sum of RGB (Red+Green+Blue) = 87+207+241=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #57CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFF1 is #A8300E. Grayscale: #AEAEAE. Windows color (decimal): -11022351 or 15847255. OLE color: 15847255.

HSL color Cylindrical-coordinate representation of color #57CFF1: hue angle of 193.25º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CFF1 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 207 241 -
CMYK 0.64 0.14 0 0.05
HSL 193.25º 0.85% 0.64% -
HSV(B) 193.25º 0.64% 0.95% -
XYZ 42.12 53 91.23 -
YUV 175 165.24 65.24 -
System Red Green Blue C M Y K H S L
Decimal 87 207 241 0.64 0.14 0 0.05 193.25 0.85 0.64
Hex 57 CF F1 40 E 0 5 C1 55 40
Octal 127 317 361 100 16 0 5 301 125 100
Binary 1010111 11001111 11110001 1000000 1110 0 101 11000001 1010101 1000000

Color Harmonies of #57CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFF1

Black with #57CFF1

Text Example


Text Example

White with #57CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,207,241); }

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

background-color css

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

 a { background-color: rgb(87,207,241); }

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

border-color css

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

 span { border-color: rgb(87,207,241); }

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