Html Css Color HEX #1BCEDB Dark Turquoise

📋 copy color: '#1BCEDB'

red 27 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #1BCEDB

Tints of Dark Turquoise #1BCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.58%

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 5.97%
G = 45.58%
B = 48.45%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BCEDB (or 0x1BCEDB) is known color: Dark Turquoise. HEX triplet: 1B, CE and DB. RGB value is (27,206,219). Sum of RGB (Red+Green+Blue) = 27+206+219=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BCEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCEDB is #E43124. Grayscale: #999999. Windows color (decimal): -14954789 or 14405147. OLE color: 14405147.

HSL color Cylindrical-coordinate representation of color #1BCEDB: hue angle of 184.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCEDB is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 206 219 -
CMYK 0.88 0.06 0 0.14
HSL 184.06º 0.78% 0.48% -
HSV(B) 184.06º 0.88% 0.86% -
XYZ 35.31 49.49 74.71 -
YUV 153.96 164.7 37.44 -
System Red Green Blue C M Y K H S L
Decimal 27 206 219 0.88 0.06 0 0.14 184.06 0.78 0.48
Hex 1B CE DB 58 6 0 E B8 4E 30
Octal 33 316 333 130 6 0 16 270 116 60
Binary 11011 11001110 11011011 1011000 110 0 1110 10111000 1001110 110000

Color Harmonies of #1BCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCEDB

Black with #1BCEDB

Text Example


Text Example

White with #1BCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,206,219); }

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

background-color css

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

 a { background-color: rgb(27,206,219); }

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

border-color css

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

 span { border-color: rgb(27,206,219); }

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