Html Css Color HEX #23E1D7 Bright Turquoise

📋 copy color: '#23E1D7'

red 35 ◦ green 225 ◦ blue 215

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

Shades of Bright Turquoise #23E1D7

Tints of Bright Turquoise #23E1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 7.37%
G = 47.37%
B = 45.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#23E1D7 (or 0x23E1D7) is known color: Bright Turquoise. HEX triplet: 23, E1 and D7. RGB value is (35,225,215). Sum of RGB (Red+Green+Blue) = 35+225+215=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #23E1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E1D7 is #DC1E28. Grayscale: #A6A6A6. Windows color (decimal): -14425641 or 14147875. OLE color: 14147875.

HSL color Cylindrical-coordinate representation of color #23E1D7: hue angle of 176.84º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E1D7 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 225 215 -
CMYK 0.84 0 0.04 0.12
HSL 176.84º 0.76% 0.51% -
HSV(B) 176.84º 0.84% 0.88% -
XYZ 39.88 59.11 73.6 -
YUV 167.05 155.05 33.81 -
System Red Green Blue C M Y K H S L
Decimal 35 225 215 0.84 0 0.04 0.12 176.84 0.76 0.51
Hex 23 E1 D7 54 0 4 C B1 4C 33
Octal 43 341 327 124 0 4 14 261 114 63
Binary 100011 11100001 11010111 1010100 0 100 1100 10110001 1001100 110011

Color Harmonies of #23E1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E1D7

Black with #23E1D7

Text Example


Text Example

White with #23E1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,225,215); }

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

background-color css

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

 a { background-color: rgb(35,225,215); }

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

border-color css

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

 span { border-color: rgb(35,225,215); }

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