Html Css Color HEX #23DFF5 Bright Turquoise

📋 copy color: '#23DFF5'

red 35 ◦ green 223 ◦ blue 245

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

Shades of Bright Turquoise #23DFF5

Tints of Bright Turquoise #23DFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 6.96%
G = 44.33%
B = 48.71%

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

#23DFF5 (or 0x23DFF5) is known color: Bright Turquoise. HEX triplet: 23, DF and F5. RGB value is (35,223,245). Sum of RGB (Red+Green+Blue) = 35+223+245=503 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.96% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #23DFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DFF5 is #DC200A. Grayscale: #A9A9A9. Windows color (decimal): -14426123 or 16113443. OLE color: 16113443.

HSL color Cylindrical-coordinate representation of color #23DFF5: hue angle of 186.29º degrees, saturation: 0.91, 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 #23DFF5 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 223 245 -
CMYK 0.86 0.09 0 0.04
HSL 186.29º 0.91% 0.55% -
HSV(B) 186.29º 0.86% 0.96% -
XYZ 43.56 59.73 95.62 -
YUV 169.3 170.72 32.21 -
System Red Green Blue C M Y K H S L
Decimal 35 223 245 0.86 0.09 0 0.04 186.29 0.91 0.55
Hex 23 DF F5 56 9 0 4 BA 5B 37
Octal 43 337 365 126 11 0 4 272 133 67
Binary 100011 11011111 11110101 1010110 1001 0 100 10111010 1011011 110111

Color Harmonies of #23DFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFF5

Black with #23DFF5

Text Example


Text Example

White with #23DFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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