Html Css Color HEX #23EBDF Bright Turquoise

📋 copy color: '#23EBDF'

red 35 ◦ green 235 ◦ blue 223

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

Shades of Bright Turquoise #23EBDF

Tints of Bright Turquoise #23EBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 7.1%
G = 47.67%
B = 45.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#23EBDF (or 0x23EBDF) is known color: Bright Turquoise. HEX triplet: 23, EB and DF. RGB value is (35,235,223). Sum of RGB (Red+Green+Blue) = 35+235+223=493 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.10% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #23EBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EBDF is #DC1420. Grayscale: #ADADAD. Windows color (decimal): -14423073 or 14674723. OLE color: 14674723.

HSL color Cylindrical-coordinate representation of color #23EBDF: hue angle of 176.4º 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 #23EBDF is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 235 223 -
CMYK 0.85 0 0.05 0.08
HSL 176.4º 0.83% 0.53% -
HSV(B) 176.4º 0.85% 0.92% -
XYZ 43.72 65.1 80.07 -
YUV 173.83 155.74 28.98 -
System Red Green Blue C M Y K H S L
Decimal 35 235 223 0.85 0 0.05 0.08 176.4 0.83 0.53
Hex 23 EB DF 55 0 5 8 B0 53 35
Octal 43 353 337 125 0 5 10 260 123 65
Binary 100011 11101011 11011111 1010101 0 101 1000 10110000 1010011 110101

Color Harmonies of #23EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EBDF

Black with #23EBDF

Text Example


Text Example

White with #23EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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