Html Css Color HEX #BEFFFD Pale Turquoise

📋 copy color: '#BEFFFD'

red 190 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #BEFFFD

Tints of Pale Turquoise #BEFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 36.53%

 BLUE value IS 253 (99.22% from 255) = 36.25%

R = 27.22%
G = 36.53%
B = 36.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#BEFFFD (or 0xBEFFFD) is known color: Pale Turquoise. HEX triplet: BE, FF and FD. RGB value is (190,255,253). Sum of RGB (Red+Green+Blue) = 190+255+253=698 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.22% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFD is #410002. Grayscale: #EBEBEB. Windows color (decimal): -4259843 or 16646078. OLE color: 16646078.

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

Color convert

RGB 190 255 253 -
CMYK 0.25 0 0.01 0
HSL 178.15º 1% 0.87% -
HSV(B) 178.15º 0.25% 1% -
XYZ 74.72 89.56 106.28 -
YUV 235.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 190 255 253 0.25 0 0.01 0 178.15 1 0.87
Hex BE FF FD 19 0 1 0 B2 64 57
Octal 276 377 375 31 0 1 0 262 144 127
Binary 10111110 11111111 11111101 11001 0 1 0 10110010 1100100 1010111

Color Harmonies of #BEFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFFD

Black with #BEFFFD

Text Example


Text Example

White with #BEFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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