Html Css Color HEX #1BE5D2 Bright Turquoise

📋 copy color: '#1BE5D2'

red 27 ◦ green 229 ◦ blue 210

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

Shades of Bright Turquoise #1BE5D2

Tints of Bright Turquoise #1BE5D2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.14%

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 5.79%
G = 49.14%
B = 45.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#1BE5D2 (or 0x1BE5D2) is known color: Bright Turquoise. HEX triplet: 1B, E5 and D2. RGB value is (27,229,210). Sum of RGB (Red+Green+Blue) = 27+229+210=466 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.79% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #1BE5D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE5D2 is #E41A2D. Grayscale: #A6A6A6. Windows color (decimal): -14948910 or 13821211. OLE color: 13821211.

HSL color Cylindrical-coordinate representation of color #1BE5D2: hue angle of 174.36º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE5D2 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 27 229 210 -
CMYK 0.88 0 0.08 0.10
HSL 174.36º 0.8% 0.5% -
HSV(B) 174.36º 0.88% 0.9% -
XYZ 40.1 60.92 70.62 -
YUV 166.44 152.58 28.54 -
System Red Green Blue C M Y K H S L
Decimal 27 229 210 0.88 0 0.08 0.10 174.36 0.8 0.5
Hex 1B E5 D2 58 0 8 A AE 50 32
Octal 33 345 322 130 0 10 12 256 120 62
Binary 11011 11100101 11010010 1011000 0 1000 1010 10101110 1010000 110010

Color Harmonies of #1BE5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE5D2

Black with #1BE5D2

Text Example


Text Example

White with #1BE5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,229,210); }

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

background-color css

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

 a { background-color: rgb(27,229,210); }

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

border-color css

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

 span { border-color: rgb(27,229,210); }

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