Html Css Color HEX #1BE8DD Bright Turquoise

📋 copy color: '#1BE8DD'

red 27 ◦ green 232 ◦ blue 221

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

Shades of Bright Turquoise #1BE8DD

Tints of Bright Turquoise #1BE8DD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.33%

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

R = 5.63%
G = 48.33%
B = 46.04%

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

#1BE8DD (or 0x1BE8DD) is known color: Bright Turquoise. HEX triplet: 1B, E8 and DD. RGB value is (27,232,221). Sum of RGB (Red+Green+Blue) = 27+232+221=480 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.62% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE8DD is #E41722. Grayscale: #A9A9A9. Windows color (decimal): -14948131 or 14542875. OLE color: 14542875.

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

Color convert

RGB 27 232 221 -
CMYK 0.88 0 0.05 0.09
HSL 176.78º 0.82% 0.51% -
HSV(B) 176.78º 0.88% 0.91% -
XYZ 42.36 63.17 78.37 -
YUV 169.45 157.08 26.39 -
System Red Green Blue C M Y K H S L
Decimal 27 232 221 0.88 0 0.05 0.09 176.78 0.82 0.51
Hex 1B E8 DD 58 0 5 9 B1 52 33
Octal 33 350 335 130 0 5 11 261 122 63
Binary 11011 11101000 11011101 1011000 0 101 1001 10110001 1010010 110011

Color Harmonies of #1BE8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE8DD

Black with #1BE8DD

Text Example


Text Example

White with #1BE8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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