Html Css Color HEX #BEF7F6 Pale Turquoise

📋 copy color: '#BEF7F6'

red 190 ◦ green 247 ◦ blue 246

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

Shades of Pale Turquoise #BEF7F6

Tints of Pale Turquoise #BEF7F6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.16%

 BLUE value IS 246 (96.48% from 255) = 36.02%

R = 27.82%
G = 36.16%
B = 36.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#BEF7F6 (or 0xBEF7F6) is known color: Pale Turquoise. HEX triplet: BE, F7 and F6. RGB value is (190,247,246). Sum of RGB (Red+Green+Blue) = 190+247+246=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7F6 is #410809. Grayscale: #E5E5E5. Windows color (decimal): -4261898 or 16185278. OLE color: 16185278.

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

Color convert

RGB 190 247 246 -
CMYK 0.23 0 0.00 0.03
HSL 178.95º 0.78% 0.86% -
HSV(B) 178.95º 0.23% 0.97% -
XYZ 71.13 84.12 99.68 -
YUV 229.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 190 247 246 0.23 0 0.00 0.03 178.95 0.78 0.86
Hex BE F7 F6 17 0 0 3 B3 4E 56
Octal 276 367 366 27 0 0 3 263 116 126
Binary 10111110 11110111 11110110 10111 0 0 11 10110011 1001110 1010110

Color Harmonies of #BEF7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF7F6

Black with #BEF7F6

Text Example


Text Example

White with #BEF7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF7F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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