Html Css Color HEX #BAF2ED Pale Turquoise

📋 copy color: '#BAF2ED'

red 186 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #BAF2ED

Tints of Pale Turquoise #BAF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.39%

 BLUE value IS 237 (92.97% from 255) = 35.64%

R = 27.97%
G = 36.39%
B = 35.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BAF2ED (or 0xBAF2ED) is known color: Pale Turquoise. HEX triplet: BA, F2 and ED. RGB value is (186,242,237). Sum of RGB (Red+Green+Blue) = 186+242+237=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2ED is #450D12. Grayscale: #E0E0E0. Windows color (decimal): -4525331 or 15594170. OLE color: 15594170.

HSL color Cylindrical-coordinate representation of color #BAF2ED: hue angle of 174.64º degrees, saturation: 0.68, 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 #BAF2ED is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 237 -
CMYK 0.23 0 0.02 0.05
HSL 174.64º 0.68% 0.84% -
HSV(B) 174.64º 0.23% 0.95% -
XYZ 67.29 80.06 92.03 -
YUV 224.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 186 242 237 0.23 0 0.02 0.05 174.64 0.68 0.84
Hex BA F2 ED 17 0 2 5 AF 44 54
Octal 272 362 355 27 0 2 5 257 104 124
Binary 10111010 11110010 11101101 10111 0 10 101 10101111 1000100 1010100

Color Harmonies of #BAF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2ED

Black with #BAF2ED

Text Example


Text Example

White with #BAF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2ED; }

 p { color: rgb(186,242,237); }

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

background-color css

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

 a { background-color: rgb(186,242,237); }

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

border-color css

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

 span { border-color: rgb(186,242,237); }

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