Html Css Color HEX #23EFC1 Turquoise

📋 copy color: '#23EFC1'

red 35 ◦ green 239 ◦ blue 193

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

Shades of Turquoise #23EFC1

Tints of Turquoise #23EFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 7.49%
G = 51.18%
B = 41.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#23EFC1 (or 0x23EFC1) is known color: Turquoise. HEX triplet: 23, EF and C1. RGB value is (35,239,193). Sum of RGB (Red+Green+Blue) = 35+239+193=467 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.49% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #23EFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EFC1 is #DC103E. Grayscale: #ACACAC. Windows color (decimal): -14422079 or 12709667. OLE color: 12709667.

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

Color convert

RGB 35 239 193 -
CMYK 0.85 0 0.19 0.06
HSL 166.47º 0.86% 0.54% -
HSV(B) 166.47º 0.85% 0.94% -
XYZ 41.19 65.94 61.01 -
YUV 172.76 139.41 29.74 -
System Red Green Blue C M Y K H S L
Decimal 35 239 193 0.85 0 0.19 0.06 166.47 0.86 0.54
Hex 23 EF C1 55 0 13 6 A6 56 36
Octal 43 357 301 125 0 23 6 246 126 66
Binary 100011 11101111 11000001 1010101 0 10011 110 10100110 1010110 110110

Color Harmonies of #23EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EFC1

Black with #23EFC1

Text Example


Text Example

White with #23EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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