Html Css Color HEX #BDFDF5 Pale Turquoise

📋 copy color: '#BDFDF5'

red 189 ◦ green 253 ◦ blue 245

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

Shades of Pale Turquoise #BDFDF5

Tints of Pale Turquoise #BDFDF5

RGB

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

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

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

R = 27.51%
G = 36.83%
B = 35.66%

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

#BDFDF5 (or 0xBDFDF5) is known color: Pale Turquoise. HEX triplet: BD, FD and F5. RGB value is (189,253,245). Sum of RGB (Red+Green+Blue) = 189+253+245=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF5 is #42020A. Grayscale: #E8E8E8. Windows color (decimal): -4325899 or 16121277. OLE color: 16121277.

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

Color convert

RGB 189 253 245 -
CMYK 0.25 0 0.03 0.01
HSL 172.5º 0.94% 0.87% -
HSV(B) 172.5º 0.25% 0.99% -
XYZ 72.59 87.66 99.48 -
YUV 232.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 189 253 245 0.25 0 0.03 0.01 172.5 0.94 0.87
Hex BD FD F5 19 0 3 1 AC 5E 57
Octal 275 375 365 31 0 3 1 254 136 127
Binary 10111101 11111101 11110101 11001 0 11 1 10101100 1011110 1010111

Color Harmonies of #BDFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDF5

Black with #BDFDF5

Text Example


Text Example

White with #BDFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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