Html Css Color HEX #BEF9FF Pale Turquoise

📋 copy color: '#BEF9FF'

red 190 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #BEF9FF

Tints of Pale Turquoise #BEF9FF

RGB

 RED value IS 190 (74.61% from 255) = 27.38%

 GREEN value IS 249 (97.66% from 255) = 35.88%

 BLUE value IS 255 (100% from 255) = 36.74%

R = 27.38%
G = 35.88%
B = 36.74%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEF9FF (or 0xBEF9FF) is known color: Pale Turquoise. HEX triplet: BE, F9 and FF. RGB value is (190,249,255). Sum of RGB (Red+Green+Blue) = 190+249+255=694 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.38% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9FF is #410600. Grayscale: #E7E7E7. Windows color (decimal): -4261377 or 16775614. OLE color: 16775614.

HSL color Cylindrical-coordinate representation of color #BEF9FF: hue angle of 185.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF9FF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 249 255 -
CMYK 0.25 0.02 0 0
HSL 185.54º 1% 0.87% -
HSV(B) 185.54º 0.25% 1% -
XYZ 73.16 85.92 107.34 -
YUV 232.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 190 249 255 0.25 0.02 0 0 185.54 1 0.87
Hex BE F9 FF 19 2 0 0 BA 64 57
Octal 276 371 377 31 2 0 0 272 144 127
Binary 10111110 11111001 11111111 11001 10 0 0 10111010 1100100 1010111

Color Harmonies of #BEF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF9FF

Black with #BEF9FF

Text Example


Text Example

White with #BEF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF9FF; }

 p { color: rgb(190,249,255); }

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

background-color css

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

 a { background-color: rgb(190,249,255); }

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

border-color css

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

 span { border-color: rgb(190,249,255); }

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