Html Css Color HEX #BEFDF2 Pale Turquoise

📋 copy color: '#BEFDF2'

red 190 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #BEFDF2

Tints of Pale Turquoise #BEFDF2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.93%

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

R = 27.74%
G = 36.93%
B = 35.33%

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

#BEFDF2 (or 0xBEFDF2) is known color: Pale Turquoise. HEX triplet: BE, FD and F2. RGB value is (190,253,242). Sum of RGB (Red+Green+Blue) = 190+253+242=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDF2 is #41020D. Grayscale: #E8E8E8. Windows color (decimal): -4260366 or 15924670. OLE color: 15924670.

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

Color convert

RGB 190 253 242 -
CMYK 0.25 0 0.04 0.01
HSL 169.52º 0.94% 0.87% -
HSV(B) 169.52º 0.25% 0.99% -
XYZ 72.39 87.61 97.1 -
YUV 232.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 190 253 242 0.25 0 0.04 0.01 169.52 0.94 0.87
Hex BE FD F2 19 0 4 1 AA 5E 57
Octal 276 375 362 31 0 4 1 252 136 127
Binary 10111110 11111101 11110010 11001 0 100 1 10101010 1011110 1010111

Color Harmonies of #BEFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDF2

Black with #BEFDF2

Text Example


Text Example

White with #BEFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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