Html Css Color HEX #BDFEF1 Pale Turquoise

📋 copy color: '#BDFEF1'

red 189 ◦ green 254 ◦ blue 241

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

Shades of Pale Turquoise #BDFEF1

Tints of Pale Turquoise #BDFEF1

RGB

 RED value IS 189 (74.22% from 255) = 27.63%

 GREEN value IS 254 (99.61% from 255) = 37.13%

 BLUE value IS 241 (94.53% from 255) = 35.23%

R = 27.63%
G = 37.13%
B = 35.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#BDFEF1 (or 0xBDFEF1) is known color: Pale Turquoise. HEX triplet: BD, FE and F1. RGB value is (189,254,241). Sum of RGB (Red+Green+Blue) = 189+254+241=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEF1 is #42010E. Grayscale: #E9E9E9. Windows color (decimal): -4325647 or 15859389. OLE color: 15859389.

HSL color Cylindrical-coordinate representation of color #BDFEF1: hue angle of 168º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEF1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 241 -
CMYK 0.26 0 0.05 0.00
HSL 168º 0.97% 0.87% -
HSV(B) 168º 0.26% 1% -
XYZ 72.31 88.05 96.4 -
YUV 233.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 189 254 241 0.26 0 0.05 0.00 168 0.97 0.87
Hex BD FE F1 1A 0 5 0 A8 61 57
Octal 275 376 361 32 0 5 0 250 141 127
Binary 10111101 11111110 11110001 11010 0 101 0 10101000 1100001 1010111

Color Harmonies of #BDFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEF1

Black with #BDFEF1

Text Example


Text Example

White with #BDFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEF1; }

 p { color: rgb(189,254,241); }

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

background-color css

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

 a { background-color: rgb(189,254,241); }

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

border-color css

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

 span { border-color: rgb(189,254,241); }

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