Html Css Color HEX #BDFDFB Pale Turquoise

📋 copy color: '#BDFDFB'

red 189 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #BDFDFB

Tints of Pale Turquoise #BDFDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.22%

R = 27.27%
G = 36.51%
B = 36.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#BDFDFB (or 0xBDFDFB) is known color: Pale Turquoise. HEX triplet: BD, FD and FB. RGB value is (189,253,251). Sum of RGB (Red+Green+Blue) = 189+253+251=693 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.27% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDFB is #420204. Grayscale: #E9E9E9. Windows color (decimal): -4325893 or 16514493. OLE color: 16514493.

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

Color convert

RGB 189 253 251 -
CMYK 0.25 0 0.01 0.01
HSL 178.13º 0.94% 0.87% -
HSV(B) 178.13º 0.25% 0.99% -
XYZ 73.52 88.03 104.38 -
YUV 233.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 189 253 251 0.25 0 0.01 0.01 178.13 0.94 0.87
Hex BD FD FB 19 0 1 1 B2 5E 57
Octal 275 375 373 31 0 1 1 262 136 127
Binary 10111101 11111101 11111011 11001 0 1 1 10110010 1011110 1010111

Color Harmonies of #BDFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDFB

Black with #BDFDFB

Text Example


Text Example

White with #BDFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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