Html Css Color HEX #23DFF9 Bright Turquoise

📋 copy color: '#23DFF9'

red 35 ◦ green 223 ◦ blue 249

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

Shades of Bright Turquoise #23DFF9

Tints of Bright Turquoise #23DFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 6.9%
G = 43.98%
B = 49.11%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#23DFF9 (or 0x23DFF9) is known color: Bright Turquoise. HEX triplet: 23, DF and F9. RGB value is (35,223,249). Sum of RGB (Red+Green+Blue) = 35+223+249=507 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.90% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #23DFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DFF9 is #DC2006. Grayscale: #A9A9A9. Windows color (decimal): -14426119 or 16375587. OLE color: 16375587.

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

Color convert

RGB 35 223 249 -
CMYK 0.86 0.10 0 0.02
HSL 187.29º 0.95% 0.56% -
HSV(B) 187.29º 0.86% 0.98% -
XYZ 44.18 59.97 98.87 -
YUV 169.75 172.72 31.89 -
System Red Green Blue C M Y K H S L
Decimal 35 223 249 0.86 0.10 0 0.02 187.29 0.95 0.56
Hex 23 DF F9 56 A 0 2 BB 5F 38
Octal 43 337 371 126 12 0 2 273 137 70
Binary 100011 11011111 11111001 1010110 1010 0 10 10111011 1011111 111000

Color Harmonies of #23DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFF9

Black with #23DFF9

Text Example


Text Example

White with #23DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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