Html Css Color HEX #23ECDB Bright Turquoise

📋 copy color: '#23ECDB'

red 35 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #23ECDB

Tints of Bright Turquoise #23ECDB

RGB

 RED value IS 35 (14.06% from 255) = 7.14%

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

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

R = 7.14%
G = 48.16%
B = 44.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#23ECDB (or 0x23ECDB) is known color: Bright Turquoise. HEX triplet: 23, EC and DB. RGB value is (35,236,219). Sum of RGB (Red+Green+Blue) = 35+236+219=490 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.14% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECDB is #DC1324. Grayscale: #ADADAD. Windows color (decimal): -14422821 or 14412835. OLE color: 14412835.

HSL color Cylindrical-coordinate representation of color #23ECDB: hue angle of 174.93º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ECDB is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 236 219 -
CMYK 0.85 0 0.07 0.07
HSL 174.93º 0.84% 0.53% -
HSV(B) 174.93º 0.85% 0.93% -
XYZ 43.47 65.46 77.36 -
YUV 173.96 153.41 28.88 -
System Red Green Blue C M Y K H S L
Decimal 35 236 219 0.85 0 0.07 0.07 174.93 0.84 0.53
Hex 23 EC DB 55 0 7 7 AF 54 35
Octal 43 354 333 125 0 7 7 257 124 65
Binary 100011 11101100 11011011 1010101 0 111 111 10101111 1010100 110101

Color Harmonies of #23ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ECDB

Black with #23ECDB

Text Example


Text Example

White with #23ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23ECDB; }

 p { color: rgb(35,236,219); }

 H1.HeaderClassName
 {
   color: #23ECDB;
 }
 .AnyTagClassName
 {
   color: #23ECDB;
 }
</style>

background-color css

<style>
 a { background-color: #23ECDB; }

 a { background-color: rgb(35,236,219); }

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

border-color css

<style>
 span { border-color: #23ECDB; }

 span { border-color: rgb(35,236,219); }

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