Html Css Color HEX #23ECD2 Bright Turquoise

📋 copy color: '#23ECD2'

red 35 ◦ green 236 ◦ blue 210

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

Shades of Bright Turquoise #23ECD2

Tints of Bright Turquoise #23ECD2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 7.28%
G = 49.06%
B = 43.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#23ECD2 (or 0x23ECD2) is known color: Bright Turquoise. HEX triplet: 23, EC and D2. RGB value is (35,236,210). Sum of RGB (Red+Green+Blue) = 35+236+210=481 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.28% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECD2 is #DC132D. Grayscale: #ACACAC. Windows color (decimal): -14422830 or 13823011. OLE color: 13823011.

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

Color convert

RGB 35 236 210 -
CMYK 0.85 0 0.11 0.07
HSL 172.24º 0.84% 0.53% -
HSV(B) 172.24º 0.85% 0.93% -
XYZ 42.32 65 71.29 -
YUV 172.94 148.91 29.61 -
System Red Green Blue C M Y K H S L
Decimal 35 236 210 0.85 0 0.11 0.07 172.24 0.84 0.53
Hex 23 EC D2 55 0 B 7 AC 54 35
Octal 43 354 322 125 0 13 7 254 124 65
Binary 100011 11101100 11010010 1010101 0 1011 111 10101100 1010100 110101

Color Harmonies of #23ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ECD2

Black with #23ECD2

Text Example


Text Example

White with #23ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,236,210); }

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

background-color css

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

 a { background-color: rgb(35,236,210); }

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

border-color css

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

 span { border-color: rgb(35,236,210); }

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