Html Css Color HEX #BDF3EF Pale Turquoise

📋 copy color: '#BDF3EF'

red 189 ◦ green 243 ◦ blue 239

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

Shades of Pale Turquoise #BDF3EF

Tints of Pale Turquoise #BDF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.21%

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 28.17%
G = 36.21%
B = 35.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BDF3EF (or 0xBDF3EF) is known color: Pale Turquoise. HEX triplet: BD, F3 and EF. RGB value is (189,243,239). Sum of RGB (Red+Green+Blue) = 189+243+239=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3EF is #420C10. Grayscale: #E2E2E2. Windows color (decimal): -4328465 or 15725501. OLE color: 15725501.

HSL color Cylindrical-coordinate representation of color #BDF3EF: hue angle of 175.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3EF is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 239 -
CMYK 0.22 0 0.02 0.05
HSL 175.56º 0.69% 0.85% -
HSV(B) 175.56º 0.22% 0.95% -
XYZ 68.62 81.15 93.71 -
YUV 226.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 189 243 239 0.22 0 0.02 0.05 175.56 0.69 0.85
Hex BD F3 EF 16 0 2 5 B0 45 55
Octal 275 363 357 26 0 2 5 260 105 125
Binary 10111101 11110011 11101111 10110 0 10 101 10110000 1000101 1010101

Color Harmonies of #BDF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3EF

Black with #BDF3EF

Text Example


Text Example

White with #BDF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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