Html Css Color HEX #1BE9DF Bright Turquoise

📋 copy color: '#1BE9DF'

red 27 ◦ green 233 ◦ blue 223

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

Shades of Bright Turquoise #1BE9DF

Tints of Bright Turquoise #1BE9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 5.59%
G = 48.24%
B = 46.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#1BE9DF (or 0x1BE9DF) is known color: Bright Turquoise. HEX triplet: 1B, E9 and DF. RGB value is (27,233,223). Sum of RGB (Red+Green+Blue) = 27+233+223=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE9DF is #E41620. Grayscale: #AAAAAA. Windows color (decimal): -14947873 or 14674203. OLE color: 14674203.

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

Color convert

RGB 27 233 223 -
CMYK 0.88 0 0.04 0.09
HSL 177.09º 0.82% 0.51% -
HSV(B) 177.09º 0.88% 0.91% -
XYZ 42.91 63.84 79.87 -
YUV 170.27 157.75 25.81 -
System Red Green Blue C M Y K H S L
Decimal 27 233 223 0.88 0 0.04 0.09 177.09 0.82 0.51
Hex 1B E9 DF 58 0 4 9 B1 52 33
Octal 33 351 337 130 0 4 11 261 122 63
Binary 11011 11101001 11011111 1011000 0 100 1001 10110001 1010010 110011

Color Harmonies of #1BE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE9DF

Black with #1BE9DF

Text Example


Text Example

White with #1BE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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