#1BEBD6

Color #1BEBD6 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1BEBD6

Tints of Bright Turquoise #1BEBD6

Color information

#1BEBD6 (or 0x1BEBD6) is unknown color: approx Bright Turquoise. HEX triplet: 1B, EB and D6. RGB value is (27,235,214). Sum of RGB (Red+Green+Blue) = 27+235+214=476 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.67% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBD6 is #E41429. Grayscale: #AAAAAA. Windows color (decimal): -14947370 or 14084891. OLE color: 14084891.

HSL color Cylindrical-coordinate representation of color #1BEBD6: hue angle of 173.94º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEBD6 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB27235214-
CMYK0.8900.090.08
HSL173.94º83.87%51.37%-
HSV(B)173.94º88.51%92.16%-
XYZ42.364.573.84-
YUV170.41152.5925.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.67%
GREEN value IS 235 (92.19% from 255) = 49.37%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=5.67%
G=49.37%
B=44.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal272352140.8900.090.08173.9483.8751.37
Hex1BEBD659098ae5433
Octal333533261310111025612463
Binary1101111101011110101101011001010011000101011101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BEBD6; }

 p { color: rgb(27,235,214); }

 H1.HeaderClassName
 {
   color: #1BEBD6;
 }
 .AnyTagClassName
 {
   color: #1BEBD6;
 }
</style>
background-color css

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

 a { background-color: rgb(27,235,214); }

 div.DivClassName
 {
   background-color: #1BEBD6;
 }
 .BgClassName
 {
   background-color: #1BEBD6;
 }
</style>
border-color css

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

 span { border-color: rgb(27,235,214); }

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