Html Css Color HEX #BDFDF4 Pale Turquoise

📋 copy color: '#BDFDF4'

red 189 ◦ green 253 ◦ blue 244

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

Shades of Pale Turquoise #BDFDF4

Tints of Pale Turquoise #BDFDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.57%

R = 27.55%
G = 36.88%
B = 35.57%

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

#BDFDF4 (or 0xBDFDF4) is known color: Pale Turquoise. HEX triplet: BD, FD and F4. RGB value is (189,253,244). Sum of RGB (Red+Green+Blue) = 189+253+244=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF4 is #42020B. Grayscale: #E8E8E8. Windows color (decimal): -4325900 or 16055741. OLE color: 16055741.

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

Color convert

RGB 189 253 244 -
CMYK 0.25 0 0.04 0.01
HSL 171.56º 0.94% 0.87% -
HSV(B) 171.56º 0.25% 0.99% -
XYZ 72.44 87.6 98.68 -
YUV 232.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 189 253 244 0.25 0 0.04 0.01 171.56 0.94 0.87
Hex BD FD F4 19 0 4 1 AC 5E 57
Octal 275 375 364 31 0 4 1 254 136 127
Binary 10111101 11111101 11110100 11001 0 100 1 10101100 1011110 1010111

Color Harmonies of #BDFDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDF4

Black with #BDFDF4

Text Example


Text Example

White with #BDFDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDF4; }

 p { color: rgb(189,253,244); }

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

background-color css

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

 a { background-color: rgb(189,253,244); }

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

border-color css

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

 span { border-color: rgb(189,253,244); }

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