Html Css Color HEX #23DEEB Bright Turquoise

📋 copy color: '#23DEEB'

red 35 ◦ green 222 ◦ blue 235

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

Shades of Bright Turquoise #23DEEB

Tints of Bright Turquoise #23DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

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

R = 7.11%
G = 45.12%
B = 47.76%

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

#23DEEB (or 0x23DEEB) is known color: Bright Turquoise. HEX triplet: 23, DE and EB. RGB value is (35,222,235). Sum of RGB (Red+Green+Blue) = 35+222+235=492 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.11% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #23DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DEEB is #DC2114. Grayscale: #A7A7A7. Windows color (decimal): -14426389 or 15457827. OLE color: 15457827.

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

Color convert

RGB 35 222 235 -
CMYK 0.85 0.06 0 0.08
HSL 183.9º 0.83% 0.53% -
HSV(B) 183.9º 0.85% 0.92% -
XYZ 41.81 58.6 87.7 -
YUV 167.57 166.05 33.44 -
System Red Green Blue C M Y K H S L
Decimal 35 222 235 0.85 0.06 0 0.08 183.9 0.83 0.53
Hex 23 DE EB 55 6 0 8 B8 53 35
Octal 43 336 353 125 6 0 10 270 123 65
Binary 100011 11011110 11101011 1010101 110 0 1000 10111000 1010011 110101

Color Harmonies of #23DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DEEB

Black with #23DEEB

Text Example


Text Example

White with #23DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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