Html Css Color HEX #23EBBC Turquoise

📋 copy color: '#23EBBC'

red 35 ◦ green 235 ◦ blue 188

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

Shades of Turquoise #23EBBC

Tints of Turquoise #23EBBC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.31%

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 7.64%
G = 51.31%
B = 41.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#23EBBC (or 0x23EBBC) is known color: Turquoise. HEX triplet: 23, EB and BC. RGB value is (35,235,188). Sum of RGB (Red+Green+Blue) = 35+235+188=458 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.64% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #23EBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EBBC is #DC1443. Grayscale: #A9A9A9. Windows color (decimal): -14423108 or 12380963. OLE color: 12380963.

HSL color Cylindrical-coordinate representation of color #23EBBC: hue angle of 165.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EBBC is Cyan = 0.85, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 235 188 -
CMYK 0.85 0 0.2 0.08
HSL 165.9º 0.83% 0.53% -
HSV(B) 165.9º 0.85% 0.92% -
XYZ 39.48 63.4 57.73 -
YUV 169.84 138.24 31.82 -
System Red Green Blue C M Y K H S L
Decimal 35 235 188 0.85 0 0.2 0.08 165.9 0.83 0.53
Hex 23 EB BC 55 0 14 8 A6 53 35
Octal 43 353 274 125 0 24 10 246 123 65
Binary 100011 11101011 10111100 1010101 0 10100 1000 10100110 1010011 110101

Color Harmonies of #23EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EBBC

Black with #23EBBC

Text Example


Text Example

White with #23EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,235,188); }

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

background-color css

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

 a { background-color: rgb(35,235,188); }

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

border-color css

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

 span { border-color: rgb(35,235,188); }

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