Html Css Color HEX #BCF3F4 Pale Turquoise

📋 copy color: '#BCF3F4'

red 188 ◦ green 243 ◦ blue 244

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

Shades of Pale Turquoise #BCF3F4

Tints of Pale Turquoise #BCF3F4

RGB

 RED value IS 188 (73.83% from 255) = 27.85%

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

 BLUE value IS 244 (95.7% from 255) = 36.15%

R = 27.85%
G = 36%
B = 36.15%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCF3F4 (or 0xBCF3F4) is known color: Pale Turquoise. HEX triplet: BC, F3 and F4. RGB value is (188,243,244). Sum of RGB (Red+Green+Blue) = 188+243+244=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCF3F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3F4 is #430C0B. Grayscale: #E2E2E2. Windows color (decimal): -4393996 or 16053180. OLE color: 16053180.

HSL color Cylindrical-coordinate representation of color #BCF3F4: hue angle of 181.07º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3F4 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 243 244 -
CMYK 0.23 0.00 0 0.04
HSL 181.07º 0.72% 0.85% -
HSV(B) 181.07º 0.23% 0.96% -
XYZ 69.12 81.32 97.64 -
YUV 226.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 188 243 244 0.23 0.00 0 0.04 181.07 0.72 0.85
Hex BC F3 F4 17 0 0 4 B5 48 55
Octal 274 363 364 27 0 0 4 265 110 125
Binary 10111100 11110011 11110100 10111 0 0 100 10110101 1001000 1010101

Color Harmonies of #BCF3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF3F4

Black with #BCF3F4

Text Example


Text Example

White with #BCF3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF3F4; }

 p { color: rgb(188,243,244); }

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

background-color css

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

 a { background-color: rgb(188,243,244); }

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

border-color css

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

 span { border-color: rgb(188,243,244); }

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