Html Css Color HEX #23DFDB Bright Turquoise

📋 copy color: '#23DFDB'

red 35 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #23DFDB

Tints of Bright Turquoise #23DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

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

R = 7.34%
G = 46.75%
B = 45.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#23DFDB (or 0x23DFDB) is known color: Bright Turquoise. HEX triplet: 23, DF and DB. RGB value is (35,223,219). Sum of RGB (Red+Green+Blue) = 35+223+219=477 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.34% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFDB is #DC2024. Grayscale: #A6A6A6. Windows color (decimal): -14426149 or 14409507. OLE color: 14409507.

HSL color Cylindrical-coordinate representation of color #23DFDB: hue angle of 178.72º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DFDB is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 223 219 -
CMYK 0.84 0 0.02 0.13
HSL 178.72º 0.75% 0.51% -
HSV(B) 178.72º 0.84% 0.87% -
XYZ 39.87 58.25 76.16 -
YUV 166.33 157.72 34.33 -
System Red Green Blue C M Y K H S L
Decimal 35 223 219 0.84 0 0.02 0.13 178.72 0.75 0.51
Hex 23 DF DB 54 0 2 D B3 4B 33
Octal 43 337 333 124 0 2 15 263 113 63
Binary 100011 11011111 11011011 1010100 0 10 1101 10110011 1001011 110011

Color Harmonies of #23DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFDB

Black with #23DFDB

Text Example


Text Example

White with #23DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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