Html Css Color HEX #BEFBFF Pale Turquoise

📋 copy color: '#BEFBFF'

red 190 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #BEFBFF

Tints of Pale Turquoise #BEFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.06%

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

R = 27.3%
G = 36.06%
B = 36.64%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEFBFF (or 0xBEFBFF) is known color: Pale Turquoise. HEX triplet: BE, FB and FF. RGB value is (190,251,255). Sum of RGB (Red+Green+Blue) = 190+251+255=696 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.30% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBFF is #410400. Grayscale: #E9E9E9. Windows color (decimal): -4260865 or 16776126. OLE color: 16776126.

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

Color convert

RGB 190 251 255 -
CMYK 0.25 0.02 0 0
HSL 183.69º 1% 0.87% -
HSV(B) 183.69º 0.25% 1% -
XYZ 73.78 87.16 107.54 -
YUV 233.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 190 251 255 0.25 0.02 0 0 183.69 1 0.87
Hex BE FB FF 19 2 0 0 B8 64 57
Octal 276 373 377 31 2 0 0 270 144 127
Binary 10111110 11111011 11111111 11001 10 0 0 10111000 1100100 1010111

Color Harmonies of #BEFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFBFF

Black with #BEFBFF

Text Example


Text Example

White with #BEFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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