Html Css Color HEX #B8EFEE Pale Turquoise

📋 copy color: '#B8EFEE'

red 184 ◦ green 239 ◦ blue 238

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

Shades of Pale Turquoise #B8EFEE

Tints of Pale Turquoise #B8EFEE

RGB

 RED value IS 184 (72.27% from 255) = 27.84%

 GREEN value IS 239 (93.75% from 255) = 36.16%

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

R = 27.84%
G = 36.16%
B = 36.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#B8EFEE (or 0xB8EFEE) is known color: Pale Turquoise. HEX triplet: B8, EF and EE. RGB value is (184,239,238). Sum of RGB (Red+Green+Blue) = 184+239+238=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFEE is #471011. Grayscale: #DEDEDE. Windows color (decimal): -4657170 or 15658936. OLE color: 15658936.

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

Color convert

RGB 184 239 238 -
CMYK 0.23 0 0.00 0.06
HSL 178.91º 0.63% 0.83% -
HSV(B) 178.91º 0.23% 0.94% -
XYZ 66.07 78.1 92.48 -
YUV 222.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 184 239 238 0.23 0 0.00 0.06 178.91 0.63 0.83
Hex B8 EF EE 17 0 0 6 B3 3F 53
Octal 270 357 356 27 0 0 6 263 77 123
Binary 10111000 11101111 11101110 10111 0 0 110 10110011 111111 1010011

Color Harmonies of #B8EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EFEE

Black with #B8EFEE

Text Example


Text Example

White with #B8EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EFEE; }

 p { color: rgb(184,239,238); }

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

background-color css

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

 a { background-color: rgb(184,239,238); }

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

border-color css

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

 span { border-color: rgb(184,239,238); }

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