Html Css Color HEX #1BECDF Bright Turquoise

📋 copy color: '#1BECDF'

red 27 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #1BECDF

Tints of Bright Turquoise #1BECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 5.56%
G = 48.56%
B = 45.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#1BECDF (or 0x1BECDF) is known color: Bright Turquoise. HEX triplet: 1B, EC and DF. RGB value is (27,236,223). Sum of RGB (Red+Green+Blue) = 27+236+223=486 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.56% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECDF is #E41320. Grayscale: #ABABAB. Windows color (decimal): -14947105 or 14674971. OLE color: 14674971.

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

Color convert

RGB 27 236 223 -
CMYK 0.89 0 0.06 0.07
HSL 176.27º 0.85% 0.52% -
HSV(B) 176.27º 0.89% 0.93% -
XYZ 43.77 65.55 80.16 -
YUV 172.03 156.76 24.56 -
System Red Green Blue C M Y K H S L
Decimal 27 236 223 0.89 0 0.06 0.07 176.27 0.85 0.52
Hex 1B EC DF 59 0 6 7 B0 55 34
Octal 33 354 337 131 0 6 7 260 125 64
Binary 11011 11101100 11011111 1011001 0 110 111 10110000 1010101 110100

Color Harmonies of #1BECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BECDF

Black with #1BECDF

Text Example


Text Example

White with #1BECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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