#1BD6EB

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

Shades of Bright Turquoise #1BD6EB

Tints of Bright Turquoise #1BD6EB

Color information

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

HSL color Cylindrical-coordinate representation of color #1BD6EB: hue angle of 186.06º 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 #1BD6EB is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB27214235-
CMYK0.890.0900.08
HSL186.06º83.87%51.37%-
HSV(B)186.06º88.51%92.16%-
XYZ39.4954.3287-
YUV160.48170.0532.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal272142350.890.0900.08186.0683.8751.37
Hex1BD6EB59908ba5433
Octal333263531311101027212463
Binary1101111010110111010111011001100101000101110101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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