Html Css Color HEX #1BEDD1 Bright Turquoise

📋 copy color: '#1BEDD1'

red 27 ◦ green 237 ◦ blue 209

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

Shades of Bright Turquoise #1BEDD1

Tints of Bright Turquoise #1BEDD1

RGB

 RED value IS 27 (10.94% from 255) = 5.71%

 GREEN value IS 237 (92.97% from 255) = 50.11%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 5.71%
G = 50.11%
B = 44.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#1BEDD1 (or 0x1BEDD1) is known color: Bright Turquoise. HEX triplet: 1B, ED and D1. RGB value is (27,237,209). Sum of RGB (Red+Green+Blue) = 27+237+209=473 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.71% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #1BEDD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEDD1 is #E4122E. Grayscale: #AAAAAA. Windows color (decimal): -14946863 or 13757723. OLE color: 13757723.

HSL color Cylindrical-coordinate representation of color #1BEDD1: hue angle of 172º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEDD1 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 237 209 -
CMYK 0.89 0 0.12 0.07
HSL 172º 0.85% 0.52% -
HSV(B) 172º 0.89% 0.93% -
XYZ 42.24 65.4 70.72 -
YUV 171.02 149.43 25.28 -
System Red Green Blue C M Y K H S L
Decimal 27 237 209 0.89 0 0.12 0.07 172 0.85 0.52
Hex 1B ED D1 59 0 C 7 AC 55 34
Octal 33 355 321 131 0 14 7 254 125 64
Binary 11011 11101101 11010001 1011001 0 1100 111 10101100 1010101 110100

Color Harmonies of #1BEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEDD1

Black with #1BEDD1

Text Example


Text Example

White with #1BEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,237,209); }

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

background-color css

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

 a { background-color: rgb(27,237,209); }

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

border-color css

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

 span { border-color: rgb(27,237,209); }

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