Html Css Color HEX #1BECCC Bright Turquoise

📋 copy color: '#1BECCC'

red 27 ◦ green 236 ◦ blue 204

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

Shades of Bright Turquoise #1BECCC

Tints of Bright Turquoise #1BECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 5.78%
G = 50.54%
B = 43.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#1BECCC (or 0x1BECCC) is known color: Bright Turquoise. HEX triplet: 1B, EC and CC. RGB value is (27,236,204). Sum of RGB (Red+Green+Blue) = 27+236+204=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECCC is #E41333. Grayscale: #A9A9A9. Windows color (decimal): -14947124 or 13429787. OLE color: 13429787.

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

Color convert

RGB 27 236 204 -
CMYK 0.89 0 0.14 0.07
HSL 170.81º 0.85% 0.52% -
HSV(B) 170.81º 0.89% 0.93% -
XYZ 41.35 64.58 67.41 -
YUV 169.86 147.26 26.1 -
System Red Green Blue C M Y K H S L
Decimal 27 236 204 0.89 0 0.14 0.07 170.81 0.85 0.52
Hex 1B EC CC 59 0 E 7 AB 55 34
Octal 33 354 314 131 0 16 7 253 125 64
Binary 11011 11101100 11001100 1011001 0 1110 111 10101011 1010101 110100

Color Harmonies of #1BECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BECCC

Black with #1BECCC

Text Example


Text Example

White with #1BECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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