Html Css Color HEX #23FEDD Bright Turquoise

📋 copy color: '#23FEDD'

red 35 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #23FEDD

Tints of Bright Turquoise #23FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 6.86%
G = 49.8%
B = 43.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#23FEDD (or 0x23FEDD) is known color: Bright Turquoise. HEX triplet: 23, FE and DD. RGB value is (35,254,221). Sum of RGB (Red+Green+Blue) = 35+254+221=510 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.86% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FEDD is #DC0122. Grayscale: #B8B8B8. Windows color (decimal): -14418211 or 14548515. OLE color: 14548515.

HSL color Cylindrical-coordinate representation of color #23FEDD: hue angle of 170.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FEDD is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 35 254 221 -
CMYK 0.86 0 0.13 0.00
HSL 170.96º 0.99% 0.57% -
HSV(B) 170.96º 0.86% 1% -
XYZ 49.19 76.46 80.57 -
YUV 184.76 148.45 21.18 -
System Red Green Blue C M Y K H S L
Decimal 35 254 221 0.86 0 0.13 0.00 170.96 0.99 0.57
Hex 23 FE DD 56 0 D 0 AB 63 39
Octal 43 376 335 126 0 15 0 253 143 71
Binary 100011 11111110 11011101 1010110 0 1101 0 10101011 1100011 111001

Color Harmonies of #23FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23FEDD

Black with #23FEDD

Text Example


Text Example

White with #23FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,254,221); }

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

background-color css

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

 a { background-color: rgb(35,254,221); }

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

border-color css

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

 span { border-color: rgb(35,254,221); }

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