Html Css Color HEX #BDF0EA Pale Turquoise

📋 copy color: '#BDF0EA'

red 189 ◦ green 240 ◦ blue 234

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

Shades of Pale Turquoise #BDF0EA

Tints of Pale Turquoise #BDF0EA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.2%

 BLUE value IS 234 (91.8% from 255) = 35.29%

R = 28.51%
G = 36.2%
B = 35.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#BDF0EA (or 0xBDF0EA) is known color: Pale Turquoise. HEX triplet: BD, F0 and EA. RGB value is (189,240,234). Sum of RGB (Red+Green+Blue) = 189+240+234=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0EA is #420F15. Grayscale: #E0E0E0. Windows color (decimal): -4329238 or 15397053. OLE color: 15397053.

HSL color Cylindrical-coordinate representation of color #BDF0EA: hue angle of 172.94º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0EA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 234 -
CMYK 0.21 0 0.02 0.06
HSL 172.94º 0.63% 0.84% -
HSV(B) 172.94º 0.21% 0.94% -
XYZ 67 79.08 89.57 -
YUV 224.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 189 240 234 0.21 0 0.02 0.06 172.94 0.63 0.84
Hex BD F0 EA 15 0 2 6 AD 3F 54
Octal 275 360 352 25 0 2 6 255 77 124
Binary 10111101 11110000 11101010 10101 0 10 110 10101101 111111 1010100

Color Harmonies of #BDF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0EA

Black with #BDF0EA

Text Example


Text Example

White with #BDF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0EA; }

 p { color: rgb(189,240,234); }

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

background-color css

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

 a { background-color: rgb(189,240,234); }

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

border-color css

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

 span { border-color: rgb(189,240,234); }

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