Html Css Color HEX #23DFBE Turquoise

📋 copy color: '#23DFBE'

red 35 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #23DFBE

Tints of Turquoise #23DFBE

RGB

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

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

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

R = 7.81%
G = 49.78%
B = 42.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#23DFBE (or 0x23DFBE) is known color: Turquoise. HEX triplet: 23, DF and BE. RGB value is (35,223,190). Sum of RGB (Red+Green+Blue) = 35+223+190=448 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.81% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFBE is #DC2041. Grayscale: #A2A2A2. Windows color (decimal): -14426178 or 12508963. OLE color: 12508963.

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

Color convert

RGB 35 223 190 -
CMYK 0.84 0 0.15 0.13
HSL 169.47º 0.75% 0.51% -
HSV(B) 169.47º 0.84% 0.87% -
XYZ 36.38 56.85 57.77 -
YUV 163.03 143.22 36.68 -
System Red Green Blue C M Y K H S L
Decimal 35 223 190 0.84 0 0.15 0.13 169.47 0.75 0.51
Hex 23 DF BE 54 0 F D A9 4B 33
Octal 43 337 276 124 0 17 15 251 113 63
Binary 100011 11011111 10111110 1010100 0 1111 1101 10101001 1001011 110011

Color Harmonies of #23DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFBE

Black with #23DFBE

Text Example


Text Example

White with #23DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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