Html Css Color HEX #23ECF0 Bright Turquoise

📋 copy color: '#23ECF0'

red 35 ◦ green 236 ◦ blue 240

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

Shades of Bright Turquoise #23ECF0

Tints of Bright Turquoise #23ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.18%

 BLUE value IS 240 (94.14% from 255) = 46.97%

R = 6.85%
G = 46.18%
B = 46.97%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#23ECF0 (or 0x23ECF0) is known color: Bright Turquoise. HEX triplet: 23, EC and F0. RGB value is (35,236,240). Sum of RGB (Red+Green+Blue) = 35+236+240=511 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.85% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #23ECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23ECF0 is #DC130F. Grayscale: #B0B0B0. Windows color (decimal): -14422800 or 15789091. OLE color: 15789091.

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

Color convert

RGB 35 236 240 -
CMYK 0.85 0.02 0 0.06
HSL 181.17º 0.87% 0.54% -
HSV(B) 181.17º 0.85% 0.94% -
XYZ 46.42 66.64 92.85 -
YUV 176.36 163.91 27.17 -
System Red Green Blue C M Y K H S L
Decimal 35 236 240 0.85 0.02 0 0.06 181.17 0.87 0.54
Hex 23 EC F0 55 2 0 6 B5 57 36
Octal 43 354 360 125 2 0 6 265 127 66
Binary 100011 11101100 11110000 1010101 10 0 110 10110101 1010111 110110

Color Harmonies of #23ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ECF0

Black with #23ECF0

Text Example


Text Example

White with #23ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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