Html Css Color HEX #23F9EC Bright Turquoise

📋 copy color: '#23F9EC'

red 35 ◦ green 249 ◦ blue 236

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

Shades of Bright Turquoise #23F9EC

Tints of Bright Turquoise #23F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 6.73%
G = 47.88%
B = 45.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#23F9EC (or 0x23F9EC) is known color: Bright Turquoise. HEX triplet: 23, F9 and EC. RGB value is (35,249,236). Sum of RGB (Red+Green+Blue) = 35+249+236=520 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.73% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #23F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23F9EC is #DC0613. Grayscale: #B7B7B7. Windows color (decimal): -14419476 or 15530275. OLE color: 15530275.

HSL color Cylindrical-coordinate representation of color #23F9EC: hue angle of 176.36º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F9EC is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 249 236 -
CMYK 0.86 0 0.05 0.02
HSL 176.36º 0.95% 0.56% -
HSV(B) 176.36º 0.86% 0.98% -
XYZ 49.71 74.16 91.05 -
YUV 183.53 157.6 22.06 -
System Red Green Blue C M Y K H S L
Decimal 35 249 236 0.86 0 0.05 0.02 176.36 0.95 0.56
Hex 23 F9 EC 56 0 5 2 B0 5F 38
Octal 43 371 354 126 0 5 2 260 137 70
Binary 100011 11111001 11101100 1010110 0 101 10 10110000 1011111 111000

Color Harmonies of #23F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23F9EC

Black with #23F9EC

Text Example


Text Example

White with #23F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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