Html Css Color HEX #BAF1F1 Pale Turquoise

📋 copy color: '#BAF1F1'

red 186 ◦ green 241 ◦ blue 241

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

Shades of Pale Turquoise #BAF1F1

Tints of Pale Turquoise #BAF1F1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 27.84%
G = 36.08%
B = 36.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAF1F1 (or 0xBAF1F1) is known color: Pale Turquoise. HEX triplet: BA, F1 and F1. RGB value is (186,241,241). Sum of RGB (Red+Green+Blue) = 186+241+241=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BAF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1F1 is #450E0E. Grayscale: #E0E0E0. Windows color (decimal): -4525583 or 15856058. OLE color: 15856058.

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

Color convert

RGB 186 241 241 -
CMYK 0.23 0 0 0.05
HSL 180º 0.66% 0.84% -
HSV(B) 180º 0.23% 0.95% -
XYZ 67.58 79.7 95.04 -
YUV 224.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 186 241 241 0.23 0 0 0.05 180 0.66 0.84
Hex BA F1 F1 17 0 0 5 B4 42 54
Octal 272 361 361 27 0 0 5 264 102 124
Binary 10111010 11110001 11110001 10111 0 0 101 10110100 1000010 1010100

Color Harmonies of #BAF1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1F1

Black with #BAF1F1

Text Example


Text Example

White with #BAF1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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