Html Css Color HEX #BEFDF3 Pale Turquoise

📋 copy color: '#BEFDF3'

red 190 ◦ green 253 ◦ blue 243

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

Shades of Pale Turquoise #BEFDF3

Tints of Pale Turquoise #BEFDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.42%

R = 27.7%
G = 36.88%
B = 35.42%

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

#BEFDF3 (or 0xBEFDF3) is known color: Pale Turquoise. HEX triplet: BE, FD and F3. RGB value is (190,253,243). Sum of RGB (Red+Green+Blue) = 190+253+243=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDF3 is #41020C. Grayscale: #E8E8E8. Windows color (decimal): -4260365 or 15990206. OLE color: 15990206.

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

Color convert

RGB 190 253 243 -
CMYK 0.25 0 0.04 0.01
HSL 170.48º 0.94% 0.87% -
HSV(B) 170.48º 0.25% 0.99% -
XYZ 72.54 87.67 97.89 -
YUV 233.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 190 253 243 0.25 0 0.04 0.01 170.48 0.94 0.87
Hex BE FD F3 19 0 4 1 AA 5E 57
Octal 276 375 363 31 0 4 1 252 136 127
Binary 10111110 11111101 11110011 11001 0 100 1 10101010 1011110 1010111

Color Harmonies of #BEFDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDF3

Black with #BEFDF3

Text Example


Text Example

White with #BEFDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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