Html Css Color HEX #23EDD8 Bright Turquoise

📋 copy color: '#23EDD8'

red 35 ◦ green 237 ◦ blue 216

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

Shades of Bright Turquoise #23EDD8

Tints of Bright Turquoise #23EDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 7.17%
G = 48.57%
B = 44.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#23EDD8 (or 0x23EDD8) is known color: Bright Turquoise. HEX triplet: 23, ED and D8. RGB value is (35,237,216). Sum of RGB (Red+Green+Blue) = 35+237+216=488 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.17% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDD8 is #DC1227. Grayscale: #AEAEAE. Windows color (decimal): -14422568 or 14216483. OLE color: 14216483.

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

Color convert

RGB 35 237 216 -
CMYK 0.85 0 0.09 0.07
HSL 173.76º 0.85% 0.53% -
HSV(B) 173.76º 0.85% 0.93% -
XYZ 43.37 65.88 75.4 -
YUV 174.21 151.58 28.71 -
System Red Green Blue C M Y K H S L
Decimal 35 237 216 0.85 0 0.09 0.07 173.76 0.85 0.53
Hex 23 ED D8 55 0 9 7 AE 55 35
Octal 43 355 330 125 0 11 7 256 125 65
Binary 100011 11101101 11011000 1010101 0 1001 111 10101110 1010101 110101

Color Harmonies of #23EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDD8

Black with #23EDD8

Text Example


Text Example

White with #23EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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