Html Css Color HEX #23DFF6 Bright Turquoise

📋 copy color: '#23DFF6'

red 35 ◦ green 223 ◦ blue 246

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

Shades of Bright Turquoise #23DFF6

Tints of Bright Turquoise #23DFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 6.94%
G = 44.25%
B = 48.81%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#23DFF6 (or 0x23DFF6) is known color: Bright Turquoise. HEX triplet: 23, DF and F6. RGB value is (35,223,246). Sum of RGB (Red+Green+Blue) = 35+223+246=504 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.94% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #23DFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DFF6 is #DC2009. Grayscale: #A9A9A9. Windows color (decimal): -14426122 or 16178979. OLE color: 16178979.

HSL color Cylindrical-coordinate representation of color #23DFF6: hue angle of 186.54º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23DFF6 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 223 246 -
CMYK 0.86 0.09 0 0.04
HSL 186.54º 0.92% 0.55% -
HSV(B) 186.54º 0.86% 0.96% -
XYZ 43.72 59.79 96.42 -
YUV 169.41 171.22 32.13 -
System Red Green Blue C M Y K H S L
Decimal 35 223 246 0.86 0.09 0 0.04 186.54 0.92 0.55
Hex 23 DF F6 56 9 0 4 BB 5C 37
Octal 43 337 366 126 11 0 4 273 134 67
Binary 100011 11011111 11110110 1010110 1001 0 100 10111011 1011100 110111

Color Harmonies of #23DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFF6

Black with #23DFF6

Text Example


Text Example

White with #23DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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