Html Css Color HEX #1BECC9 Bright Turquoise

📋 copy color: '#1BECC9'

red 27 ◦ green 236 ◦ blue 201

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

Shades of Bright Turquoise #1BECC9

Tints of Bright Turquoise #1BECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.86%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 5.82%
G = 50.86%
B = 43.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#1BECC9 (or 0x1BECC9) is known color: Bright Turquoise. HEX triplet: 1B, EC and C9. RGB value is (27,236,201). Sum of RGB (Red+Green+Blue) = 27+236+201=464 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.82% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECC9 is #E41336. Grayscale: #A9A9A9. Windows color (decimal): -14947127 or 13233179. OLE color: 13233179.

HSL color Cylindrical-coordinate representation of color #1BECC9: hue angle of 169.95º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BECC9 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 236 201 -
CMYK 0.89 0 0.15 0.07
HSL 169.95º 0.85% 0.52% -
HSV(B) 169.95º 0.89% 0.93% -
XYZ 40.99 64.44 65.54 -
YUV 169.52 145.76 26.35 -
System Red Green Blue C M Y K H S L
Decimal 27 236 201 0.89 0 0.15 0.07 169.95 0.85 0.52
Hex 1B EC C9 59 0 F 7 AA 55 34
Octal 33 354 311 131 0 17 7 252 125 64
Binary 11011 11101100 11001001 1011001 0 1111 111 10101010 1010101 110100

Color Harmonies of #1BECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BECC9

Black with #1BECC9

Text Example


Text Example

White with #1BECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,236,201); }

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

background-color css

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

 a { background-color: rgb(27,236,201); }

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

border-color css

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

 span { border-color: rgb(27,236,201); }

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