Html Css Color HEX #1BE9DD Bright Turquoise

📋 copy color: '#1BE9DD'

red 27 ◦ green 233 ◦ blue 221

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

Shades of Bright Turquoise #1BE9DD

Tints of Bright Turquoise #1BE9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.44%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 5.61%
G = 48.44%
B = 45.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#1BE9DD (or 0x1BE9DD) is known color: Bright Turquoise. HEX triplet: 1B, E9 and DD. RGB value is (27,233,221). Sum of RGB (Red+Green+Blue) = 27+233+221=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE9DD is #E41622. Grayscale: #A9A9A9. Windows color (decimal): -14947875 or 14543131. OLE color: 14543131.

HSL color Cylindrical-coordinate representation of color #1BE9DD: hue angle of 176.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE9DD is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 27 233 221 -
CMYK 0.88 0 0.05 0.09
HSL 176.5º 0.82% 0.51% -
HSV(B) 176.5º 0.88% 0.91% -
XYZ 42.64 63.73 78.46 -
YUV 170.04 156.75 25.98 -
System Red Green Blue C M Y K H S L
Decimal 27 233 221 0.88 0 0.05 0.09 176.5 0.82 0.51
Hex 1B E9 DD 58 0 5 9 B1 52 33
Octal 33 351 335 130 0 5 11 261 122 63
Binary 11011 11101001 11011101 1011000 0 101 1001 10110001 1010010 110011

Color Harmonies of #1BE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE9DD

Black with #1BE9DD

Text Example


Text Example

White with #1BE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,233,221); }

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

background-color css

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

 a { background-color: rgb(27,233,221); }

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

border-color css

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

 span { border-color: rgb(27,233,221); }

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