Html Css Color HEX #1BE0DF Bright Turquoise

📋 copy color: '#1BE0DF'

red 27 ◦ green 224 ◦ blue 223

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

Shades of Bright Turquoise #1BE0DF

Tints of Bright Turquoise #1BE0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.26%

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

R = 5.7%
G = 47.26%
B = 47.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#1BE0DF (or 0x1BE0DF) is known color: Bright Turquoise. HEX triplet: 1B, E0 and DF. RGB value is (27,224,223). Sum of RGB (Red+Green+Blue) = 27+224+223=474 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.70% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0DF is #E41F20. Grayscale: #A4A4A4. Windows color (decimal): -14950177 or 14671899. OLE color: 14671899.

HSL color Cylindrical-coordinate representation of color #1BE0DF: hue angle of 179.7º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE0DF is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 224 223 -
CMYK 0.88 0 0.00 0.12
HSL 179.7º 0.78% 0.49% -
HSV(B) 179.7º 0.88% 0.88% -
XYZ 40.43 58.87 79.04 -
YUV 164.98 160.73 29.58 -
System Red Green Blue C M Y K H S L
Decimal 27 224 223 0.88 0 0.00 0.12 179.7 0.78 0.49
Hex 1B E0 DF 58 0 0 C B4 4E 31
Octal 33 340 337 130 0 0 14 264 116 61
Binary 11011 11100000 11011111 1011000 0 0 1100 10110100 1001110 110001

Color Harmonies of #1BE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE0DF

Black with #1BE0DF

Text Example


Text Example

White with #1BE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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