Html Css Color HEX #23DCEB Bright Turquoise

📋 copy color: '#23DCEB'

red 35 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #23DCEB

Tints of Bright Turquoise #23DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 7.14%
G = 44.9%
B = 47.96%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#23DCEB (or 0x23DCEB) is known color: Bright Turquoise. HEX triplet: 23, DC and EB. RGB value is (35,220,235). Sum of RGB (Red+Green+Blue) = 35+220+235=490 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.14% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #23DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DCEB is #DC2314. Grayscale: #A6A6A6. Windows color (decimal): -14426901 or 15457315. OLE color: 15457315.

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

Color convert

RGB 35 220 235 -
CMYK 0.85 0.06 0 0.08
HSL 184.5º 0.83% 0.53% -
HSV(B) 184.5º 0.85% 0.92% -
XYZ 41.28 57.54 87.53 -
YUV 166.4 166.71 34.28 -
System Red Green Blue C M Y K H S L
Decimal 35 220 235 0.85 0.06 0 0.08 184.5 0.83 0.53
Hex 23 DC EB 55 6 0 8 B8 53 35
Octal 43 334 353 125 6 0 10 270 123 65
Binary 100011 11011100 11101011 1010101 110 0 1000 10111000 1010011 110101

Color Harmonies of #23DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCEB

Black with #23DCEB

Text Example


Text Example

White with #23DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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