Html Css Color HEX #23EFD5 Bright Turquoise

📋 copy color: '#23EFD5'

red 35 ◦ green 239 ◦ blue 213

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

Shades of Bright Turquoise #23EFD5

Tints of Bright Turquoise #23EFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 7.19%
G = 49.08%
B = 43.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#23EFD5 (or 0x23EFD5) is known color: Bright Turquoise. HEX triplet: 23, EF and D5. RGB value is (35,239,213). Sum of RGB (Red+Green+Blue) = 35+239+213=487 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.19% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #23EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EFD5 is #DC102A. Grayscale: #AEAEAE. Windows color (decimal): -14422059 or 14020387. OLE color: 14020387.

HSL color Cylindrical-coordinate representation of color #23EFD5: hue angle of 172.35º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EFD5 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 239 213 -
CMYK 0.85 0 0.11 0.06
HSL 172.35º 0.86% 0.54% -
HSV(B) 172.35º 0.85% 0.94% -
XYZ 43.57 66.89 73.57 -
YUV 175.04 149.41 28.11 -
System Red Green Blue C M Y K H S L
Decimal 35 239 213 0.85 0 0.11 0.06 172.35 0.86 0.54
Hex 23 EF D5 55 0 B 6 AC 56 36
Octal 43 357 325 125 0 13 6 254 126 66
Binary 100011 11101111 11010101 1010101 0 1011 110 10101100 1010110 110110

Color Harmonies of #23EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EFD5

Black with #23EFD5

Text Example


Text Example

White with #23EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,239,213); }

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

background-color css

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

 a { background-color: rgb(35,239,213); }

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

border-color css

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

 span { border-color: rgb(35,239,213); }

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