Html Css Color HEX #10DFCB Bright Turquoise

📋 copy color: '#10DFCB'

red 16 ◦ green 223 ◦ blue 203

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

Shades of Bright Turquoise #10DFCB

Tints of Bright Turquoise #10DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 3.62%
G = 50.45%
B = 45.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#10DFCB (or 0x10DFCB) is known color: Bright Turquoise. HEX triplet: 10, DF and CB. RGB value is (16,223,203). Sum of RGB (Red+Green+Blue) = 16+223+203=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFCB is #EF2034. Grayscale: #9E9E9E. Windows color (decimal): -15671349 or 13360912. OLE color: 13360912.

HSL color Cylindrical-coordinate representation of color #10DFCB: hue angle of 174.2º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFCB is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 223 203 -
CMYK 0.93 0 0.09 0.13
HSL 174.2º 0.87% 0.47% -
HSV(B) 174.2º 0.93% 0.87% -
XYZ 37.38 57.2 65.57 -
YUV 158.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 16 223 203 0.93 0 0.09 0.13 174.2 0.87 0.47
Hex 10 DF CB 5D 0 9 D AE 57 2F
Octal 20 337 313 135 0 11 15 256 127 57
Binary 10000 11011111 11001011 1011101 0 1001 1101 10101110 1010111 101111

Color Harmonies of #10DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DFCB

Black with #10DFCB

Text Example


Text Example

White with #10DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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