Html Css Color HEX #23FDDB Bright Turquoise

📋 copy color: '#23FDDB'

red 35 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #23FDDB

Tints of Bright Turquoise #23FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.9%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 6.9%
G = 49.9%
B = 43.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#23FDDB (or 0x23FDDB) is known color: Bright Turquoise. HEX triplet: 23, FD and DB. RGB value is (35,253,219). Sum of RGB (Red+Green+Blue) = 35+253+219=507 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.90% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #23FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FDDB is #DC0224. Grayscale: #B7B7B7. Windows color (decimal): -14418469 or 14417187. OLE color: 14417187.

HSL color Cylindrical-coordinate representation of color #23FDDB: hue angle of 170.64º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FDDB is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 253 219 -
CMYK 0.86 0 0.13 0.01
HSL 170.64º 0.98% 0.56% -
HSV(B) 170.64º 0.86% 0.99% -
XYZ 48.6 75.72 79.07 -
YUV 183.94 147.78 21.76 -
System Red Green Blue C M Y K H S L
Decimal 35 253 219 0.86 0 0.13 0.01 170.64 0.98 0.56
Hex 23 FD DB 56 0 D 1 AB 62 38
Octal 43 375 333 126 0 15 1 253 142 70
Binary 100011 11111101 11011011 1010110 0 1101 1 10101011 1100010 111000

Color Harmonies of #23FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23FDDB

Black with #23FDDB

Text Example


Text Example

White with #23FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,253,219); }

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

background-color css

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

 a { background-color: rgb(35,253,219); }

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

border-color css

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

 span { border-color: rgb(35,253,219); }

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