Html Css Color HEX #BDEEEA Pale Turquoise

📋 copy color: '#BDEEEA'

red 189 ◦ green 238 ◦ blue 234

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

Shades of Pale Turquoise #BDEEEA

Tints of Pale Turquoise #BDEEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.01%

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

R = 28.59%
G = 36.01%
B = 35.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#BDEEEA (or 0xBDEEEA) is known color: Pale Turquoise. HEX triplet: BD, EE and EA. RGB value is (189,238,234). Sum of RGB (Red+Green+Blue) = 189+238+234=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEEA is #421115. Grayscale: #DEDEDE. Windows color (decimal): -4329750 or 15396541. OLE color: 15396541.

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

Color convert

RGB 189 238 234 -
CMYK 0.21 0 0.02 0.07
HSL 175.1º 0.59% 0.84% -
HSV(B) 175.1º 0.21% 0.93% -
XYZ 66.41 77.91 89.38 -
YUV 222.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 189 238 234 0.21 0 0.02 0.07 175.1 0.59 0.84
Hex BD EE EA 15 0 2 7 AF 3B 54
Octal 275 356 352 25 0 2 7 257 73 124
Binary 10111101 11101110 11101010 10101 0 10 111 10101111 111011 1010100

Color Harmonies of #BDEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEEA

Black with #BDEEEA

Text Example


Text Example

White with #BDEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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