Html Css Color HEX #10F8CC Bright Turquoise

📋 copy color: '#10F8CC'

red 16 ◦ green 248 ◦ blue 204

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

Shades of Bright Turquoise #10F8CC

Tints of Bright Turquoise #10F8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.99%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 3.42%
G = 52.99%
B = 43.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#10F8CC (or 0x10F8CC) is known color: Bright Turquoise. HEX triplet: 10, F8 and CC. RGB value is (16,248,204). Sum of RGB (Red+Green+Blue) = 16+248+204=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #10F8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F8CC is #EF0733. Grayscale: #ADADAD. Windows color (decimal): -15664948 or 13432848. OLE color: 13432848.

HSL color Cylindrical-coordinate representation of color #10F8CC: hue angle of 168.62º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F8CC is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 248 204 -
CMYK 0.94 0 0.18 0.03
HSL 168.62º 0.94% 0.52% -
HSV(B) 168.62º 0.94% 0.97% -
XYZ 44.68 71.6 68.59 -
YUV 173.62 145.14 15.58 -
System Red Green Blue C M Y K H S L
Decimal 16 248 204 0.94 0 0.18 0.03 168.62 0.94 0.52
Hex 10 F8 CC 5E 0 12 3 A9 5E 34
Octal 20 370 314 136 0 22 3 251 136 64
Binary 10000 11111000 11001100 1011110 0 10010 11 10101001 1011110 110100

Color Harmonies of #10F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F8CC

Black with #10F8CC

Text Example


Text Example

White with #10F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,248,204); }

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

background-color css

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

 a { background-color: rgb(16,248,204); }

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

border-color css

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

 span { border-color: rgb(16,248,204); }

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