Html Css Color HEX #23DCEF Bright Turquoise

📋 copy color: '#23DCEF'

red 35 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #23DCEF

Tints of Bright Turquoise #23DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 7.09%
G = 44.53%
B = 48.38%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#23DCEF (or 0x23DCEF) is known color: Bright Turquoise. HEX triplet: 23, DC and EF. RGB value is (35,220,239). Sum of RGB (Red+Green+Blue) = 35+220+239=494 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.09% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #23DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DCEF is #DC2310. Grayscale: #A6A6A6. Windows color (decimal): -14426897 or 15719459. OLE color: 15719459.

HSL color Cylindrical-coordinate representation of color #23DCEF: hue angle of 185.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DCEF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 220 239 -
CMYK 0.85 0.08 0 0.06
HSL 185.59º 0.86% 0.54% -
HSV(B) 185.59º 0.85% 0.94% -
XYZ 41.87 57.78 90.61 -
YUV 166.85 168.71 33.96 -
System Red Green Blue C M Y K H S L
Decimal 35 220 239 0.85 0.08 0 0.06 185.59 0.86 0.54
Hex 23 DC EF 55 8 0 6 BA 56 36
Octal 43 334 357 125 10 0 6 272 126 66
Binary 100011 11011100 11101111 1010101 1000 0 110 10111010 1010110 110110

Color Harmonies of #23DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCEF

Black with #23DCEF

Text Example


Text Example

White with #23DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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