Html Css Color HEX #10DFF5 Bright Turquoise

📋 copy color: '#10DFF5'

red 16 ◦ green 223 ◦ blue 245

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

Shades of Bright Turquoise #10DFF5

Tints of Bright Turquoise #10DFF5

RGB

 RED value IS 16 (6.64% from 255) = 3.31%

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

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

R = 3.31%
G = 46.07%
B = 50.62%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10DFF5 (or 0x10DFF5) is known color: Bright Turquoise. HEX triplet: 10, DF and F5. RGB value is (16,223,245). Sum of RGB (Red+Green+Blue) = 16+223+245=484 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #10DFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFF5 is #EF200A. Grayscale: #A3A3A3. Windows color (decimal): -15671307 or 16113424. OLE color: 16113424.

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

Color convert

RGB 16 223 245 -
CMYK 0.93 0.09 0 0.04
HSL 185.76º 0.92% 0.51% -
HSV(B) 185.76º 0.93% 0.96% -
XYZ 43.08 59.48 95.6 -
YUV 163.62 173.92 22.71 -
System Red Green Blue C M Y K H S L
Decimal 16 223 245 0.93 0.09 0 0.04 185.76 0.92 0.51
Hex 10 DF F5 5D 9 0 4 BA 5C 33
Octal 20 337 365 135 11 0 4 272 134 63
Binary 10000 11011111 11110101 1011101 1001 0 100 10111010 1011100 110011

Color Harmonies of #10DFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DFF5

Black with #10DFF5

Text Example


Text Example

White with #10DFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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