Html Css Color HEX #23DBDB Bright Turquoise

📋 copy color: '#23DBDB'

red 35 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #23DBDB

Tints of Bright Turquoise #23DBDB

RGB

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

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

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

R = 7.4%
G = 46.3%
B = 46.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23DBDB (or 0x23DBDB) is known color: Bright Turquoise. HEX triplet: 23, DB and DB. RGB value is (35,219,219). Sum of RGB (Red+Green+Blue) = 35+219+219=473 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.40% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #23DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBDB is #DC2424. Grayscale: #A3A3A3. Windows color (decimal): -14427173 or 14408483. OLE color: 14408483.

HSL color Cylindrical-coordinate representation of color #23DBDB: hue angle of 180º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBDB is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 219 219 -
CMYK 0.84 0 0 0.14
HSL 180º 0.72% 0.5% -
HSV(B) 180º 0.84% 0.86% -
XYZ 38.81 56.13 75.81 -
YUV 163.98 159.04 36 -
System Red Green Blue C M Y K H S L
Decimal 35 219 219 0.84 0 0 0.14 180 0.72 0.5
Hex 23 DB DB 54 0 0 E B4 48 32
Octal 43 333 333 124 0 0 16 264 110 62
Binary 100011 11011011 11011011 1010100 0 0 1110 10110100 1001000 110010

Color Harmonies of #23DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DBDB

Black with #23DBDB

Text Example


Text Example

White with #23DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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