Html Css Color HEX #BEFDF5 Pale Turquoise

📋 copy color: '#BEFDF5'

red 190 ◦ green 253 ◦ blue 245

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

Shades of Pale Turquoise #BEFDF5

Tints of Pale Turquoise #BEFDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.61%

R = 27.62%
G = 36.77%
B = 35.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#BEFDF5 (or 0xBEFDF5) is known color: Pale Turquoise. HEX triplet: BE, FD and F5. RGB value is (190,253,245). Sum of RGB (Red+Green+Blue) = 190+253+245=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDF5 is #41020A. Grayscale: #E9E9E9. Windows color (decimal): -4260363 or 16121278. OLE color: 16121278.

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

Color convert

RGB 190 253 245 -
CMYK 0.25 0 0.03 0.01
HSL 172.38º 0.94% 0.87% -
HSV(B) 172.38º 0.25% 0.99% -
XYZ 72.84 87.79 99.49 -
YUV 233.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 190 253 245 0.25 0 0.03 0.01 172.38 0.94 0.87
Hex BE FD F5 19 0 3 1 AC 5E 57
Octal 276 375 365 31 0 3 1 254 136 127
Binary 10111110 11111101 11110101 11001 0 11 1 10101100 1011110 1010111

Color Harmonies of #BEFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDF5

Black with #BEFDF5

Text Example


Text Example

White with #BEFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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