Html Css Color HEX #17F3CF Bright Turquoise

📋 copy color: '#17F3CF'

red 23 ◦ green 243 ◦ blue 207

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

Shades of Bright Turquoise #17F3CF

Tints of Bright Turquoise #17F3CF

RGB

 RED value IS 23 (9.38% from 255) = 4.86%

 GREEN value IS 243 (95.31% from 255) = 51.37%

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 4.86%
G = 51.37%
B = 43.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#17F3CF (or 0x17F3CF) is known color: Bright Turquoise. HEX triplet: 17, F3 and CF. RGB value is (23,243,207). Sum of RGB (Red+Green+Blue) = 23+243+207=473 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.86% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #17F3CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F3CF is #E80C30. Grayscale: #ADADAD. Windows color (decimal): -15207473 or 13628183. OLE color: 13628183.

HSL color Cylindrical-coordinate representation of color #17F3CF: hue angle of 170.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F3CF is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 23 243 207 -
CMYK 0.91 0 0.15 0.05
HSL 170.18º 0.9% 0.52% -
HSV(B) 170.18º 0.91% 0.95% -
XYZ 43.67 68.79 70.01 -
YUV 173.12 147.11 20.93 -
System Red Green Blue C M Y K H S L
Decimal 23 243 207 0.91 0 0.15 0.05 170.18 0.9 0.52
Hex 17 F3 CF 5B 0 F 5 AA 5A 34
Octal 27 363 317 133 0 17 5 252 132 64
Binary 10111 11110011 11001111 1011011 0 1111 101 10101010 1011010 110100

Color Harmonies of #17F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F3CF

Black with #17F3CF

Text Example


Text Example

White with #17F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17F3CF; }

 p { color: rgb(23,243,207); }

 H1.HeaderClassName
 {
   color: #17F3CF;
 }
 .AnyTagClassName
 {
   color: #17F3CF;
 }
</style>

background-color css

<style>
 a { background-color: #17F3CF; }

 a { background-color: rgb(23,243,207); }

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

border-color css

<style>
 span { border-color: #17F3CF; }

 span { border-color: rgb(23,243,207); }

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