Html Css Color HEX #1BECD8 Bright Turquoise

📋 copy color: '#1BECD8'

red 27 ◦ green 236 ◦ blue 216

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

Shades of Bright Turquoise #1BECD8

Tints of Bright Turquoise #1BECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 5.64%
G = 49.27%
B = 45.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#1BECD8 (or 0x1BECD8) is known color: Bright Turquoise. HEX triplet: 1B, EC and D8. RGB value is (27,236,216). Sum of RGB (Red+Green+Blue) = 27+236+216=479 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.64% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECD8 is #E41327. Grayscale: #ABABAB. Windows color (decimal): -14947112 or 14216219. OLE color: 14216219.

HSL color Cylindrical-coordinate representation of color #1BECD8: hue angle of 174.26º 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 #1BECD8 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 236 216 -
CMYK 0.89 0 0.08 0.07
HSL 174.26º 0.85% 0.52% -
HSV(B) 174.26º 0.89% 0.93% -
XYZ 42.84 65.18 75.29 -
YUV 171.23 153.26 25.13 -
System Red Green Blue C M Y K H S L
Decimal 27 236 216 0.89 0 0.08 0.07 174.26 0.85 0.52
Hex 1B EC D8 59 0 8 7 AE 55 34
Octal 33 354 330 131 0 10 7 256 125 64
Binary 11011 11101100 11011000 1011001 0 1000 111 10101110 1010101 110100

Color Harmonies of #1BECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BECD8

Black with #1BECD8

Text Example


Text Example

White with #1BECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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