Html Css Color HEX #BEFAFF Pale Turquoise

📋 copy color: '#BEFAFF'

red 190 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #BEFAFF

Tints of Pale Turquoise #BEFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.97%

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

R = 27.34%
G = 35.97%
B = 36.69%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEFAFF (or 0xBEFAFF) is known color: Pale Turquoise. HEX triplet: BE, FA and FF. RGB value is (190,250,255). Sum of RGB (Red+Green+Blue) = 190+250+255=695 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.34% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAFF is #410500. Grayscale: #E8E8E8. Windows color (decimal): -4261121 or 16775870. OLE color: 16775870.

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

Color convert

RGB 190 250 255 -
CMYK 0.25 0.02 0 0
HSL 184.62º 1% 0.87% -
HSV(B) 184.62º 0.25% 1% -
XYZ 73.47 86.54 107.44 -
YUV 232.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 190 250 255 0.25 0.02 0 0 184.62 1 0.87
Hex BE FA FF 19 2 0 0 B9 64 57
Octal 276 372 377 31 2 0 0 271 144 127
Binary 10111110 11111010 11111111 11001 10 0 0 10111001 1100100 1010111

Color Harmonies of #BEFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFAFF

Black with #BEFAFF

Text Example


Text Example

White with #BEFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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