Html Css Color HEX #BEFCFF Pale Turquoise

📋 copy color: '#BEFCFF'

red 190 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #BEFCFF

Tints of Pale Turquoise #BEFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.15%

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

R = 27.26%
G = 36.15%
B = 36.59%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEFCFF (or 0xBEFCFF) is known color: Pale Turquoise. HEX triplet: BE, FC and FF. RGB value is (190,252,255). Sum of RGB (Red+Green+Blue) = 190+252+255=697 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.26% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCFF is #410300. Grayscale: #E9E9E9. Windows color (decimal): -4260609 or 16776382. OLE color: 16776382.

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

Color convert

RGB 190 252 255 -
CMYK 0.25 0.01 0 0
HSL 182.77º 1% 0.87% -
HSV(B) 182.77º 0.25% 1% -
XYZ 74.1 87.79 107.65 -
YUV 233.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 190 252 255 0.25 0.01 0 0 182.77 1 0.87
Hex BE FC FF 19 1 0 0 B7 64 57
Octal 276 374 377 31 1 0 0 267 144 127
Binary 10111110 11111100 11111111 11001 1 0 0 10110111 1100100 1010111

Color Harmonies of #BEFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCFF

Black with #BEFCFF

Text Example


Text Example

White with #BEFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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