Html Css Color HEX #1CDBCE Bright Turquoise

📋 copy color: '#1CDBCE'

red 28 ◦ green 219 ◦ blue 206

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

Shades of Bright Turquoise #1CDBCE

Tints of Bright Turquoise #1CDBCE

RGB

 RED value IS 28 (11.33% from 255) = 6.18%

 GREEN value IS 219 (85.94% from 255) = 48.34%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 6.18%
G = 48.34%
B = 45.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#1CDBCE (or 0x1CDBCE) is known color: Bright Turquoise. HEX triplet: 1C, DB and CE. RGB value is (28,219,206). Sum of RGB (Red+Green+Blue) = 28+219+206=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDBCE is #E32431. Grayscale: #A0A0A0. Windows color (decimal): -14885938 or 13556508. OLE color: 13556508.

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

Color convert

RGB 28 219 206 -
CMYK 0.87 0 0.06 0.14
HSL 175.92º 0.77% 0.48% -
HSV(B) 175.92º 0.87% 0.86% -
XYZ 36.95 55.37 67.13 -
YUV 160.41 153.72 33.56 -
System Red Green Blue C M Y K H S L
Decimal 28 219 206 0.87 0 0.06 0.14 175.92 0.77 0.48
Hex 1C DB CE 57 0 6 E B0 4D 30
Octal 34 333 316 127 0 6 16 260 115 60
Binary 11100 11011011 11001110 1010111 0 110 1110 10110000 1001101 110000

Color Harmonies of #1CDBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDBCE

Black with #1CDBCE

Text Example


Text Example

White with #1CDBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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