Html Css Color HEX #57BCB4 Puerto Rico

📋 copy color: '#57BCB4'

red 87 ◦ green 188 ◦ blue 180

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

Shades of Puerto Rico #57BCB4

Tints of Puerto Rico #57BCB4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 180 (70.7% from 255) = 39.56%

R = 19.12%
G = 41.32%
B = 39.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#57BCB4 (or 0x57BCB4) is known color: Puerto Rico. HEX triplet: 57, BC and B4. RGB value is (87,188,180). Sum of RGB (Red+Green+Blue) = 87+188+180=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #57BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCB4 is #A8434B. Grayscale: #9C9C9C. Windows color (decimal): -11027276 or 11844695. OLE color: 11844695.

HSL color Cylindrical-coordinate representation of color #57BCB4: hue angle of 175.25º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BCB4 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 188 180 -
CMYK 0.54 0 0.04 0.26
HSL 175.25º 0.43% 0.54% -
HSV(B) 175.25º 0.54% 0.74% -
XYZ 30.15 41.29 49.56 -
YUV 156.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 87 188 180 0.54 0 0.04 0.26 175.25 0.43 0.54
Hex 57 BC B4 36 0 4 1A AF 2B 36
Octal 127 274 264 66 0 4 32 257 53 66
Binary 1010111 10111100 10110100 110110 0 100 11010 10101111 101011 110110

Color Harmonies of #57BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCB4

Black with #57BCB4

Text Example


Text Example

White with #57BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,188,180); }

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

background-color css

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

 a { background-color: rgb(87,188,180); }

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

border-color css

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

 span { border-color: rgb(87,188,180); }

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