Html Css Color HEX #23F6C7 Turquoise

📋 copy color: '#23F6C7'

red 35 ◦ green 246 ◦ blue 199

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

Shades of Turquoise #23F6C7

Tints of Turquoise #23F6C7

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.25%

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 7.29%
G = 51.25%
B = 41.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#23F6C7 (or 0x23F6C7) is known color: Turquoise. HEX triplet: 23, F6 and C7. RGB value is (35,246,199). Sum of RGB (Red+Green+Blue) = 35+246+199=480 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.29% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #23F6C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F6C7 is #DC0938. Grayscale: #B1B1B1. Windows color (decimal): -14420281 or 13104675. OLE color: 13104675.

HSL color Cylindrical-coordinate representation of color #23F6C7: hue angle of 166.64º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F6C7 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 246 199 -
CMYK 0.86 0 0.19 0.04
HSL 166.64º 0.92% 0.55% -
HSV(B) 166.64º 0.86% 0.96% -
XYZ 43.96 70.39 65.3 -
YUV 177.55 140.1 26.32 -
System Red Green Blue C M Y K H S L
Decimal 35 246 199 0.86 0 0.19 0.04 166.64 0.92 0.55
Hex 23 F6 C7 56 0 13 4 A7 5C 37
Octal 43 366 307 126 0 23 4 247 134 67
Binary 100011 11110110 11000111 1010110 0 10011 100 10100111 1011100 110111

Color Harmonies of #23F6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23F6C7

Black with #23F6C7

Text Example


Text Example

White with #23F6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,246,199); }

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

background-color css

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

 a { background-color: rgb(35,246,199); }

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

border-color css

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

 span { border-color: rgb(35,246,199); }

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