Html Css Color HEX #1BECCF Bright Turquoise

📋 copy color: '#1BECCF'

red 27 ◦ green 236 ◦ blue 207

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

Shades of Bright Turquoise #1BECCF

Tints of Bright Turquoise #1BECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 5.74%
G = 50.21%
B = 44.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#1BECCF (or 0x1BECCF) is known color: Bright Turquoise. HEX triplet: 1B, EC and CF. RGB value is (27,236,207). Sum of RGB (Red+Green+Blue) = 27+236+207=470 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.74% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECCF is #E41330. Grayscale: #AAAAAA. Windows color (decimal): -14947121 or 13626395. OLE color: 13626395.

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

Color convert

RGB 27 236 207 -
CMYK 0.89 0 0.12 0.07
HSL 171.67º 0.85% 0.52% -
HSV(B) 171.67º 0.89% 0.93% -
XYZ 41.71 64.73 69.33 -
YUV 170.2 148.76 25.86 -
System Red Green Blue C M Y K H S L
Decimal 27 236 207 0.89 0 0.12 0.07 171.67 0.85 0.52
Hex 1B EC CF 59 0 C 7 AC 55 34
Octal 33 354 317 131 0 14 7 254 125 64
Binary 11011 11101100 11001111 1011001 0 1100 111 10101100 1010101 110100

Color Harmonies of #1BECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BECCF

Black with #1BECCF

Text Example


Text Example

White with #1BECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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