Html Css Color HEX #BEFCF2 Pale Turquoise

📋 copy color: '#BEFCF2'

red 190 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #BEFCF2

Tints of Pale Turquoise #BEFCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.38%

R = 27.78%
G = 36.84%
B = 35.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#BEFCF2 (or 0xBEFCF2) is known color: Pale Turquoise. HEX triplet: BE, FC and F2. RGB value is (190,252,242). Sum of RGB (Red+Green+Blue) = 190+252+242=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCF2 is #41030D. Grayscale: #E8E8E8. Windows color (decimal): -4260622 or 15924414. OLE color: 15924414.

HSL color Cylindrical-coordinate representation of color #BEFCF2: hue angle of 170.32º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCF2 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 242 -
CMYK 0.25 0 0.04 0.01
HSL 170.32º 0.91% 0.87% -
HSV(B) 170.32º 0.25% 0.99% -
XYZ 72.07 86.98 96.99 -
YUV 232.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 190 252 242 0.25 0 0.04 0.01 170.32 0.91 0.87
Hex BE FC F2 19 0 4 1 AA 5B 57
Octal 276 374 362 31 0 4 1 252 133 127
Binary 10111110 11111100 11110010 11001 0 100 1 10101010 1011011 1010111

Color Harmonies of #BEFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCF2

Black with #BEFCF2

Text Example


Text Example

White with #BEFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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