Html Css Color HEX #BEF8FF Pale Turquoise

📋 copy color: '#BEF8FF'

red 190 ◦ green 248 ◦ blue 255

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

Shades of Pale Turquoise #BEF8FF

Tints of Pale Turquoise #BEF8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.79%

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

R = 27.42%
G = 35.79%
B = 36.8%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEF8FF (or 0xBEF8FF) is known color: Pale Turquoise. HEX triplet: BE, F8 and FF. RGB value is (190,248,255). Sum of RGB (Red+Green+Blue) = 190+248+255=693 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.42% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8FF is #410700. Grayscale: #E7E7E7. Windows color (decimal): -4261633 or 16775358. OLE color: 16775358.

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

Color convert

RGB 190 248 255 -
CMYK 0.25 0.03 0 0
HSL 186.46º 1% 0.87% -
HSV(B) 186.46º 0.25% 1% -
XYZ 72.85 85.3 107.23 -
YUV 231.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 190 248 255 0.25 0.03 0 0 186.46 1 0.87
Hex BE F8 FF 19 3 0 0 BA 64 57
Octal 276 370 377 31 3 0 0 272 144 127
Binary 10111110 11111000 11111111 11001 11 0 0 10111010 1100100 1010111

Color Harmonies of #BEF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8FF

Black with #BEF8FF

Text Example


Text Example

White with #BEF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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