Html Css Color HEX #23F5E7 Bright Turquoise

📋 copy color: '#23F5E7'

red 35 ◦ green 245 ◦ blue 231

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

Shades of Bright Turquoise #23F5E7

Tints of Bright Turquoise #23F5E7

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

 BLUE value IS 231 (90.63% from 255) = 45.21%

R = 6.85%
G = 47.95%
B = 45.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#23F5E7 (or 0x23F5E7) is known color: Bright Turquoise. HEX triplet: 23, F5 and E7. RGB value is (35,245,231). Sum of RGB (Red+Green+Blue) = 35+245+231=511 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.85% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #23F5E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23F5E7 is #DC0A18. Grayscale: #B4B4B4. Windows color (decimal): -14420505 or 15201571. OLE color: 15201571.

HSL color Cylindrical-coordinate representation of color #23F5E7: hue angle of 176º degrees, saturation: 0.91, 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 #23F5E7 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 245 231 -
CMYK 0.86 0 0.06 0.04
HSL 176º 0.91% 0.55% -
HSV(B) 176º 0.86% 0.96% -
XYZ 47.77 71.43 86.87 -
YUV 180.61 156.43 24.14 -
System Red Green Blue C M Y K H S L
Decimal 35 245 231 0.86 0 0.06 0.04 176 0.91 0.55
Hex 23 F5 E7 56 0 6 4 B0 5B 37
Octal 43 365 347 126 0 6 4 260 133 67
Binary 100011 11110101 11100111 1010110 0 110 100 10110000 1011011 110111

Color Harmonies of #23F5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23F5E7

Black with #23F5E7

Text Example


Text Example

White with #23F5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,245,231); }

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

background-color css

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

 a { background-color: rgb(35,245,231); }

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

border-color css

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

 span { border-color: rgb(35,245,231); }

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