Html Css Color HEX #B7EFF6 Pale Turquoise

📋 copy color: '#B7EFF6'

red 183 ◦ green 239 ◦ blue 246

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

Shades of Pale Turquoise #B7EFF6

Tints of Pale Turquoise #B7EFF6

RGB

 RED value IS 183 (71.88% from 255) = 27.4%

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

 BLUE value IS 246 (96.48% from 255) = 36.83%

R = 27.4%
G = 35.78%
B = 36.83%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B7EFF6 (or 0xB7EFF6) is known color: Pale Turquoise. HEX triplet: B7, EF and F6. RGB value is (183,239,246). Sum of RGB (Red+Green+Blue) = 183+239+246=668 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.40% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFF6 is #481009. Grayscale: #DEDEDE. Windows color (decimal): -4722698 or 16183223. OLE color: 16183223.

HSL color Cylindrical-coordinate representation of color #B7EFF6: hue angle of 186.67º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7EFF6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 239 246 -
CMYK 0.26 0.03 0 0.04
HSL 186.67º 0.78% 0.84% -
HSV(B) 186.67º 0.26% 0.96% -
XYZ 67.03 78.45 98.8 -
YUV 223.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 183 239 246 0.26 0.03 0 0.04 186.67 0.78 0.84
Hex B7 EF F6 1A 3 0 4 BB 4E 54
Octal 267 357 366 32 3 0 4 273 116 124
Binary 10110111 11101111 11110110 11010 11 0 100 10111011 1001110 1010100

Color Harmonies of #B7EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7EFF6

Black with #B7EFF6

Text Example


Text Example

White with #B7EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7EFF6; }

 p { color: rgb(183,239,246); }

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

background-color css

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

 a { background-color: rgb(183,239,246); }

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

border-color css

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

 span { border-color: rgb(183,239,246); }

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