Html Css Color HEX #BAEFF1 Pale Turquoise

📋 copy color: '#BAEFF1'

red 186 ◦ green 239 ◦ blue 241

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

Shades of Pale Turquoise #BAEFF1

Tints of Pale Turquoise #BAEFF1

RGB

 RED value IS 186 (73.05% from 255) = 27.93%

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

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

R = 27.93%
G = 35.89%
B = 36.19%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAEFF1 (or 0xBAEFF1) is known color: Pale Turquoise. HEX triplet: BA, EF and F1. RGB value is (186,239,241). Sum of RGB (Red+Green+Blue) = 186+239+241=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF1 is #45100E. Grayscale: #DFDFDF. Windows color (decimal): -4526095 or 15855546. OLE color: 15855546.

HSL color Cylindrical-coordinate representation of color #BAEFF1: hue angle of 182.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEFF1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 239 241 -
CMYK 0.23 0.01 0 0.05
HSL 182.18º 0.66% 0.84% -
HSV(B) 182.18º 0.23% 0.95% -
XYZ 66.99 78.52 94.84 -
YUV 223.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 186 239 241 0.23 0.01 0 0.05 182.18 0.66 0.84
Hex BA EF F1 17 1 0 5 B6 42 54
Octal 272 357 361 27 1 0 5 266 102 124
Binary 10111010 11101111 11110001 10111 1 0 101 10110110 1000010 1010100

Color Harmonies of #BAEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFF1

Black with #BAEFF1

Text Example


Text Example

White with #BAEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFF1; }

 p { color: rgb(186,239,241); }

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

background-color css

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

 a { background-color: rgb(186,239,241); }

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

border-color css

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

 span { border-color: rgb(186,239,241); }

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