Html Css Color HEX #23F5E5 Bright Turquoise

📋 copy color: '#23F5E5'

red 35 ◦ green 245 ◦ blue 229

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

Shades of Bright Turquoise #23F5E5

Tints of Bright Turquoise #23F5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 6.88%
G = 48.13%
B = 44.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#23F5E5 (or 0x23F5E5) is known color: Bright Turquoise. HEX triplet: 23, F5 and E5. RGB value is (35,245,229). Sum of RGB (Red+Green+Blue) = 35+245+229=509 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.88% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #23F5E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F5E5 is #DC0A1A. Grayscale: #B4B4B4. Windows color (decimal): -14420507 or 15070499. OLE color: 15070499.

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

Color convert

RGB 35 245 229 -
CMYK 0.86 0 0.07 0.04
HSL 175.43º 0.91% 0.55% -
HSV(B) 175.43º 0.86% 0.96% -
XYZ 47.49 71.32 85.39 -
YUV 180.39 155.43 24.3 -
System Red Green Blue C M Y K H S L
Decimal 35 245 229 0.86 0 0.07 0.04 175.43 0.91 0.55
Hex 23 F5 E5 56 0 7 4 AF 5B 37
Octal 43 365 345 126 0 7 4 257 133 67
Binary 100011 11110101 11100101 1010110 0 111 100 10101111 1011011 110111

Color Harmonies of #23F5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23F5E5

Black with #23F5E5

Text Example


Text Example

White with #23F5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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