Html Css Color HEX #BAF3ED Pale Turquoise

📋 copy color: '#BAF3ED'

red 186 ◦ green 243 ◦ blue 237

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

Shades of Pale Turquoise #BAF3ED

Tints of Pale Turquoise #BAF3ED

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.49%

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

R = 27.93%
G = 36.49%
B = 35.59%

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

#BAF3ED (or 0xBAF3ED) is known color: Pale Turquoise. HEX triplet: BA, F3 and ED. RGB value is (186,243,237). Sum of RGB (Red+Green+Blue) = 186+243+237=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3ED is #450C12. Grayscale: #E1E1E1. Windows color (decimal): -4525075 or 15594426. OLE color: 15594426.

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

Color convert

RGB 186 243 237 -
CMYK 0.23 0 0.02 0.05
HSL 173.68º 0.7% 0.84% -
HSV(B) 173.68º 0.23% 0.95% -
XYZ 67.59 80.65 92.13 -
YUV 225.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 186 243 237 0.23 0 0.02 0.05 173.68 0.7 0.84
Hex BA F3 ED 17 0 2 5 AE 46 54
Octal 272 363 355 27 0 2 5 256 106 124
Binary 10111010 11110011 11101101 10111 0 10 101 10101110 1000110 1010100

Color Harmonies of #BAF3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF3ED

Black with #BAF3ED

Text Example


Text Example

White with #BAF3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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