Html Css Color HEX #57CFF8 Turquoise Blue

📋 copy color: '#57CFF8'

red 87 ◦ green 207 ◦ blue 248

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

Shades of Turquoise Blue #57CFF8

Tints of Turquoise Blue #57CFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 16.05%
G = 38.19%
B = 45.76%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57CFF8 (or 0x57CFF8) is known color: Turquoise Blue. HEX triplet: 57, CF and F8. RGB value is (87,207,248). Sum of RGB (Red+Green+Blue) = 87+207+248=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #57CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFF8 is #A83007. Grayscale: #AFAFAF. Windows color (decimal): -11022344 or 16306007. OLE color: 16306007.

HSL color Cylindrical-coordinate representation of color #57CFF8: hue angle of 195.28º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57CFF8 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 207 248 -
CMYK 0.65 0.17 0 0.03
HSL 195.28º 0.92% 0.66% -
HSV(B) 195.28º 0.65% 0.97% -
XYZ 43.19 53.43 96.84 -
YUV 175.79 168.74 64.67 -
System Red Green Blue C M Y K H S L
Decimal 87 207 248 0.65 0.17 0 0.03 195.28 0.92 0.66
Hex 57 CF F8 41 11 0 3 C3 5C 42
Octal 127 317 370 101 21 0 3 303 134 102
Binary 1010111 11001111 11111000 1000001 10001 0 11 11000011 1011100 1000010

Color Harmonies of #57CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFF8

Black with #57CFF8

Text Example


Text Example

White with #57CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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