Html Css Color HEX #BEF6F5 Pale Turquoise

📋 copy color: '#BEF6F5'

red 190 ◦ green 246 ◦ blue 245

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

Shades of Pale Turquoise #BEF6F5

Tints of Pale Turquoise #BEF6F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.98%

R = 27.9%
G = 36.12%
B = 35.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#BEF6F5 (or 0xBEF6F5) is known color: Pale Turquoise. HEX triplet: BE, F6 and F5. RGB value is (190,246,245). Sum of RGB (Red+Green+Blue) = 190+246+245=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6F5 is #41090A. Grayscale: #E5E5E5. Windows color (decimal): -4262155 or 16119486. OLE color: 16119486.

HSL color Cylindrical-coordinate representation of color #BEF6F5: hue angle of 178.93º degrees, saturation: 0.76, 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 #BEF6F5 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 246 245 -
CMYK 0.23 0 0.00 0.04
HSL 178.93º 0.76% 0.85% -
HSV(B) 178.93º 0.23% 0.96% -
XYZ 70.67 83.45 98.77 -
YUV 229.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 190 246 245 0.23 0 0.00 0.04 178.93 0.76 0.85
Hex BE F6 F5 17 0 0 4 B3 4C 55
Octal 276 366 365 27 0 0 4 263 114 125
Binary 10111110 11110110 11110101 10111 0 0 100 10110011 1001100 1010101

Color Harmonies of #BEF6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6F5

Black with #BEF6F5

Text Example


Text Example

White with #BEF6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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