Html Css Color HEX #1BE9C4 Bright Turquoise

📋 copy color: '#1BE9C4'

red 27 ◦ green 233 ◦ blue 196

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

Shades of Bright Turquoise #1BE9C4

Tints of Bright Turquoise #1BE9C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.98%

R = 5.92%
G = 51.1%
B = 42.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#1BE9C4 (or 0x1BE9C4) is known color: Bright Turquoise. HEX triplet: 1B, E9 and C4. RGB value is (27,233,196). Sum of RGB (Red+Green+Blue) = 27+233+196=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE9C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE9C4 is #E4163B. Grayscale: #A7A7A7. Windows color (decimal): -14947900 or 12904731. OLE color: 12904731.

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

Color convert

RGB 27 233 196 -
CMYK 0.88 0 0.16 0.09
HSL 169.22º 0.82% 0.51% -
HSV(B) 169.22º 0.88% 0.91% -
XYZ 39.55 62.5 62.2 -
YUV 167.19 144.25 28.01 -
System Red Green Blue C M Y K H S L
Decimal 27 233 196 0.88 0 0.16 0.09 169.22 0.82 0.51
Hex 1B E9 C4 58 0 10 9 A9 52 33
Octal 33 351 304 130 0 20 11 251 122 63
Binary 11011 11101001 11000100 1011000 0 10000 1001 10101001 1010010 110011

Color Harmonies of #1BE9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE9C4

Black with #1BE9C4

Text Example


Text Example

White with #1BE9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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