Html Css Color HEX #BEF6F8 Pale Turquoise

📋 copy color: '#BEF6F8'

red 190 ◦ green 246 ◦ blue 248

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

Shades of Pale Turquoise #BEF6F8

Tints of Pale Turquoise #BEF6F8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.96%

 BLUE value IS 248 (97.27% from 255) = 36.26%

R = 27.78%
G = 35.96%
B = 36.26%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BEF6F8 (or 0xBEF6F8) is known color: Pale Turquoise. HEX triplet: BE, F6 and F8. RGB value is (190,246,248). Sum of RGB (Red+Green+Blue) = 190+246+248=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEF6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6F8 is #410907. Grayscale: #E5E5E5. Windows color (decimal): -4262152 or 16316094. OLE color: 16316094.

HSL color Cylindrical-coordinate representation of color #BEF6F8: hue angle of 182.07º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6F8 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 246 248 -
CMYK 0.23 0.01 0 0.03
HSL 182.07º 0.81% 0.86% -
HSV(B) 182.07º 0.23% 0.97% -
XYZ 71.13 83.64 101.2 -
YUV 229.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 190 246 248 0.23 0.01 0 0.03 182.07 0.81 0.86
Hex BE F6 F8 17 1 0 3 B6 51 56
Octal 276 366 370 27 1 0 3 266 121 126
Binary 10111110 11110110 11111000 10111 1 0 11 10110110 1010001 1010110

Color Harmonies of #BEF6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6F8

Black with #BEF6F8

Text Example


Text Example

White with #BEF6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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