Html Css Color HEX #23DBBE Turquoise

📋 copy color: '#23DBBE'

red 35 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #23DBBE

Tints of Turquoise #23DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 7.88%
G = 49.32%
B = 42.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#23DBBE (or 0x23DBBE) is known color: Turquoise. HEX triplet: 23, DB and BE. RGB value is (35,219,190). Sum of RGB (Red+Green+Blue) = 35+219+190=444 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.88% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #23DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBBE is #DC2441. Grayscale: #A0A0A0. Windows color (decimal): -14427202 or 12507939. OLE color: 12507939.

HSL color Cylindrical-coordinate representation of color #23DBBE: hue angle of 170.54º 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 #23DBBE is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 219 190 -
CMYK 0.84 0 0.13 0.14
HSL 170.54º 0.72% 0.5% -
HSV(B) 170.54º 0.84% 0.86% -
XYZ 35.32 54.74 57.42 -
YUV 160.68 144.54 38.36 -
System Red Green Blue C M Y K H S L
Decimal 35 219 190 0.84 0 0.13 0.14 170.54 0.72 0.5
Hex 23 DB BE 54 0 D E AB 48 32
Octal 43 333 276 124 0 15 16 253 110 62
Binary 100011 11011011 10111110 1010100 0 1101 1110 10101011 1001000 110010

Color Harmonies of #23DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DBBE

Black with #23DBBE

Text Example


Text Example

White with #23DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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