Html Css Color HEX #BDFDF3 Pale Turquoise

📋 copy color: '#BDFDF3'

red 189 ◦ green 253 ◦ blue 243

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

Shades of Pale Turquoise #BDFDF3

Tints of Pale Turquoise #BDFDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 27.59%
G = 36.93%
B = 35.47%

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

#BDFDF3 (or 0xBDFDF3) is known color: Pale Turquoise. HEX triplet: BD, FD and F3. RGB value is (189,253,243). Sum of RGB (Red+Green+Blue) = 189+253+243=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF3 is #42020C. Grayscale: #E8E8E8. Windows color (decimal): -4325901 or 15990205. OLE color: 15990205.

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

Color convert

RGB 189 253 243 -
CMYK 0.25 0 0.04 0.01
HSL 170.63º 0.94% 0.87% -
HSV(B) 170.63º 0.25% 0.99% -
XYZ 72.29 87.54 97.88 -
YUV 232.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 189 253 243 0.25 0 0.04 0.01 170.63 0.94 0.87
Hex BD FD F3 19 0 4 1 AB 5E 57
Octal 275 375 363 31 0 4 1 253 136 127
Binary 10111101 11111101 11110011 11001 0 100 1 10101011 1011110 1010111

Color Harmonies of #BDFDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDF3

Black with #BDFDF3

Text Example


Text Example

White with #BDFDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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