Html Css Color HEX #23EDC7 Turquoise

📋 copy color: '#23EDC7'

red 35 ◦ green 237 ◦ blue 199

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

Shades of Turquoise #23EDC7

Tints of Turquoise #23EDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.32%

 BLUE value IS 199 (78.13% from 255) = 42.25%

R = 7.43%
G = 50.32%
B = 42.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#23EDC7 (or 0x23EDC7) is known color: Turquoise. HEX triplet: 23, ED and C7. RGB value is (35,237,199). Sum of RGB (Red+Green+Blue) = 35+237+199=471 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.43% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDC7 is #DC1238. Grayscale: #ACACAC. Windows color (decimal): -14422585 or 13102371. OLE color: 13102371.

HSL color Cylindrical-coordinate representation of color #23EDC7: hue angle of 168.71º degrees, saturation: 0.85, 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 #23EDC7 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 237 199 -
CMYK 0.85 0 0.16 0.07
HSL 168.71º 0.85% 0.53% -
HSV(B) 168.71º 0.85% 0.93% -
XYZ 41.29 65.05 64.41 -
YUV 172.27 143.08 30.09 -
System Red Green Blue C M Y K H S L
Decimal 35 237 199 0.85 0 0.16 0.07 168.71 0.85 0.53
Hex 23 ED C7 55 0 10 7 A9 55 35
Octal 43 355 307 125 0 20 7 251 125 65
Binary 100011 11101101 11000111 1010101 0 10000 111 10101001 1010101 110101

Color Harmonies of #23EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDC7

Black with #23EDC7

Text Example


Text Example

White with #23EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,237,199); }

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

background-color css

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

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

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

border-color css

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

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

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